Indentation fix, cleanup.
[AROS.git] / arch / all-native / hidd / vga / vgah.conf
blob06092c50ecfd21fc9c1cd5a224fedd7f8e373e92
1 ##begin config
2 basename        PCVGA
3 libbasetype     struct vgabase
4 version         42.1
5 residentpri     8
6 classptr_field  vsd.vgaclass
7 classdatatype   struct Vga_Data
8 classid         CLID_Hidd_Gfx_VGA
9 superclass      CLID_Hidd_Gfx
10 ##end config
12 ##begin cdefprivate
13 #include "vga.h"
14 #include "vgaclass.h"
15 #include "bitmap.h"
16 ##end cdefprivate
18 ##begin methodlist
19 .interface Root
20 New
21 Dispose
22 Get
23 .interface Hidd_Gfx
24 CreateObject
25 Show
26 CopyBox
27 SetCursorShape
28 SetCursorPos
29 SetCursorVisible
30 ##end methodlist
32 ##begin class
33 ##begin config
34 basename PCVGABM
35 type hidd
36 classptr_field vsd.bmclass
37 classid         CLID_Hidd_BitMap_VGA
38 superclass CLID_Hidd_ChunkyBM
39 classdatatype struct bitmap_data
40 ##end config
42 ##begin methodlist
43 .interface Root
44 New
45 Dispose
46 Set
47 Get
48 .interface Hidd_BitMap
49 SetColors
50 PutPixel
51 UpdateRect
52 ##end methodlist
53 ##end class