try to make sure compiler/include/mmakefile is always refreshed correctly.
[AROS.git] / arch / all-linux / hidd / linuxfb / linuxfbgfx.conf
blob7097135daa8353001ce4a6effd57ca14a29cc07a
1 ##begin config
2 basename        LinuxFBGfx
3 libbase         LinuxFBBase
4 libbasetype     struct LinuxFB_base
5 version         45.0
6 residentpri     8
7 classid         CLID_Hidd_Gfx_LinuxFB
8 superclass      CLID_Hidd_Gfx
9 classptr_field  lsd.gfxclass
10 classdatatype   struct LinuxFB_data
11 ##end config
13 ##begin cdefprivate
14 #include "linuxfbgfx_intern.h"
15 #include "linuxfbgfx_bitmap.h"
16 ##end cdefprivate
18 ##begin methodlist
19 .interface Root
20 New
21 Dispose
22 Get
23 .interface Hidd_Gfx
24 CreateObject
25 SetGamma
26 ##end methodlist
28 ##begin class
29 ##begin config
30 basename LinuxFBBM
31 type hidd
32 superclass CLID_Hidd_ChunkyBM
33 classptr_field lsd.bmclass
34 classdatatype struct LinuxFBBitMapData
35 ##end config
37 ##begin methodlist
38 .interface Root
39 New
40 .interface Hidd_BitMap
41 SetColors
42 ##end methodlist
43 ##end class