revert between 56095 -> 55830 in arch
[AROS.git] / workbench / hidds / softpipe / softpipe.conf
blob7cda7751297534d7692332ca3bf5eb546087d41c
1 ##begin config
2 version         9.4
3 residentpri     90
4 libbasetype     struct IntHIDDSoftpipeBase
5 basename        SoftpipeGallium
6 classid         CLID_Hidd_Gallium_Softpipe
7 superclass      CLID_Hidd_Gallium
8 classptr_field  sd.galliumclass
9 classdatatype   struct HIDDGalliumSoftpipeData
10 ##end config
12 ##begin cdefprivate
13 #include <hidd/gallium.h>
14 #include "softpipe_intern.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Get
21 .interface Hidd_Gallium
22 CreatePipeScreen
23 DisplayResource
24 ##end methodlist