rename the directory
[AROS.git] / arch / all-linux / hidd / linuxfb / linuxfb.conf
blob646ede60866eabbffdf412cee288e350343459a8
1 ##begin config
2 basename        LinuxFB
3 libbase         LinuxFBBase
4 libbasetype     struct LinuxFB_base
5 version         42.1
6 residentpri     8
7 classid         CLID_Hidd_LinuxFB
8 superclass      CLID_Hidd_Gfx
9 classptr_field  lsd.gfxclass
10 classdatatype   struct LinuxFB_data
11 ##end config
13 ##begin cdefprivate
14 #include "linuxfb_intern.h"
15 #include "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 LinuxBM
31 type hidd
32 superclass CLID_Hidd_ChunkyBM
33 classptr_field lsd.bmclass
34 classdatatype struct BitmapData
35 ##end config
37 ##begin methodlist
38 .interface Root
39 New
40 .interface Hidd_BitMap
41 SetColors
42 ##end methodlist
43 ##end class