revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-native / hidd / vgagfx / vgagfx.conf
blob06dd2d3979b8c7fbc5300ef1291570edcf5ab45b
1 ##begin config
2 basename        VGAGfx
3 libbasetype     struct VGAGfxBase
4 version         45.0
5 residentpri     8
6 classptr_field  vsd.vgaclass
7 classdatatype   struct VGAGfxDriverData
8 classid         CLID_Hidd_Gfx_VGA
9 superclass      CLID_Hidd_Gfx
10 ##end config
12 ##begin cdefprivate
13 #include <hidd/gfx.h>
15 #include "vgagfx_hidd.h"
16 #include "vgagfx_bitmap.h"
17 #include "vgagfx_intern.h"
18 ##end cdefprivate
20 ##begin methodlist
21 .interface Root
22 New
23 Dispose
24 Get
25 .interface Hidd_Gfx
26 CreateObject
27 Show
28 CopyBox
29 SetCursorShape
30 SetCursorPos
31 SetCursorVisible
32 ##end methodlist
34 ##begin class
35 ##begin config
36 basename VGAGfxBM
37 type hidd
38 classptr_field vsd.bmclass
39 classid         CLID_Hidd_BitMap_VGA
40 superclass CLID_Hidd_ChunkyBM
41 classdatatype struct VGAGfxBitMapData
42 ##end config
44 ##begin methodlist
45 .interface Root
46 New
47 Dispose
48 Set
49 Get
50 .interface Hidd_BitMap
51 SetColors
52 PutPixel
53 UpdateRect
54 ##end methodlist
55 ##end class