W.I.P AROS port of SDI examples
[AROS.git] / rom / hidds / vesa / vesagfx.conf
blob37445d2a0e068305c91135901eecce1dd0ff35e2
1 ##begin config
2 basename        PCVesa
3 libbasetype     struct VesaGfxBase
4 version         1.2
5 residentpri     9
6 classptr_field  vsd.vesagfxclass
7 classdatatype   struct VesaGfx_data
8 classid         CLID_Hidd_VesaGfx
9 superclass      CLID_Hidd_Gfx
10 ##end config
12 ##begin cdefprivate
13 #include "vesagfxclass.h"
14 #include "bitmap.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Dispose
21 Get
22 .interface Hidd_Gfx
23 NewBitMap
24 Show
25 ##end methodlist
28 ##begin class
29 ##begin config
30 basename PCVesaBM
31 type hidd
32 classptr_field vsd.bmclass
33 superclass CLID_Hidd_ChunkyBM
34 classdatatype struct BitmapData
35 ##end config
37 ##begin methodlist
38 .interface Root
39 New
40 Dispose
41 Get
42 Set
43 .interface Hidd_BitMap
44 SetColors
45 UpdateRect
46 ##end methodlist
47 ##end class