wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / workbench / hidds / sm502 / sm502gfx.conf
blobee55d39f167e995374248a5d7f079b2b45bcc773
1 ##begin config
2 basename        SM502Gfx
3 libbasetype     struct SM502GfxBase
4 version         45.0
5 residentpri     9
6 classptr_field  vsd.sm502gfxclass
7 classdatatype   struct SM502Gfx_data
8 classid         CLID_Hidd_Gfx_SM502
9 superclass      CLID_Hidd_Gfx
10 ##end config
12 ##begin cdefprivate
13 #include "sm502gfx_hidd.h"
14 #include "sm502gfx_bitmap.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 SM502BM
31 type hidd
32 classptr_field vsd.bmclass
33 superclass CLID_Hidd_ChunkyBM
34 classdatatype struct SM502GfxBitmapData
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