move Drivers -> drivers
[AROS.git] / arch / i386-pc / drivers / vga.hidd / vgah.conf
blobc88cf2b314a61ab40de6d7d413f492cab59cdb05
1 ##begin config
2 basename        PCVGA
3 libbasetype     struct vgabase
4 version         1.1
5 residentpri     9
6 classptr_field  vsd.vgaclass
7 classid         CLID_Hidd_VGAgfx
8 superclass      CLID_Hidd_Gfx
9 ##end config
11 ##begin cdefprivate
12 #include "vga.h"
13 ##end cdefprivate
15 ##begin methodlist
16 .interface Root
17 New
18 Dispose
19 Get
20 .interface Hidd_Gfx
21 NewBitMap
22 CopyBox
23 #stegerg
24 SetCursorShape
25 SetCursorPos
26 SetCursorVisible
27 ShowImminentReset
28 #end stegerg
29 ##end methodlist
32 ##begin class
33 ##begin config
34 basename PCVGAOnBM
35 type hidd
36 classptr_field vsd.onbmclass
37 superclass CLID_Hidd_BitMap
38 classdatatype struct bitmap_data
39 ##end config
41 ##begin methodlist
42 .interface Root
43 New
44 Dispose
45 #Set
46 Get
47 .interface Hidd_BitMap
48 SetColors
49 PutPixel
50 Clear
51 GetPixel
52 #DrawPixel
53 FillRect
54 GetImage
55 PutImage
56 BlitColorExpansion
57 PutImageLUT
58 GetImageLUT
59 ##end methodlist
60 ##end class
63 ##begin class
64 ##begin config
65 basename PCVGAOffBM
66 type hidd
67 classptr_field vsd.offbmclass
68 superclass CLID_Hidd_BitMap
69 classdatatype struct bitmap_data
70 ##end config
72 ##begin methodlist
73 .interface Root
74 New
75 Dispose
76 #Set
77 Get
78 .interface Hidd_BitMap
79 SetColors
80 PutPixel
81 Clear
82 GetPixel
83 #DrawPixel
84 FillRect
85 GetImage
86 PutImage
87 BlitColorExpansion
88 PutImageLUT
89 GetImageLUT
90 ##end methodlist
91 ##end class