wip prep commit in lieu of gfx subsystem update changes, part 2.
[AROS.git] / rom / hidds / vesagfx / vesagfx.conf
blob675c9930aa8e19d1283a0eb0abbad83868fbd079
1 ##begin config
2 basename        VESAGfx
3 libbasetype     struct VESAGfxBase
4 version         45.0
5 residentpri     9
6 classptr_field  vsd.vesagfxclass
7 classdatatype   struct VESAGfxHiddData
8 classid         CLID_Hidd_Gfx_VESA
9 superclass      CLID_Hidd_Gfx
10 ##end config
12 ##begin cdefprivate
13 #include "vesagfx_intern.h"
14 #include "vesagfx_hidd.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Dispose
21 Get
22 .interface Hidd_Gfx
23 CreateObject
24 Show
25 ##end methodlist
28 ##begin class
29 ##begin config
30 basename VESAGfxBM
31 type hidd
32 classptr_field vsd.bmclass
33 classid         CLID_Hidd_BitMap_VESA
34 superclass CLID_Hidd_ChunkyBM
35 classdatatype struct VESAGfxBitMapData
36 ##end config
38 ##begin methodlist
39 .interface Root
40 New
41 Dispose
42 Get
43 Set
44 .interface Hidd_BitMap
45 SetColors
46 UpdateRect
47 ##end methodlist
48 ##end class