Fix IRQ name
[AROS.git] / workbench / hidds / hidd.vmwaresvga / vmwaresvga.conf
blob9dfc7a25bbbde4ce555035a190be699b14d0f1e1
1 ##begin config
2 basename        VMWareSVGA
3 libbasetype     struct VMWareSVGABase
4 version         1.0
5 residentpri     9
6 classptr_field  vsd.vmwaresvgaclass
7 classid         CLID_Hidd_VMWareSVGA
8 superclass      CLID_Hidd_Gfx
9 options         noexpunge
10 ##end config
12 ##begin cdefprivate
13 #include "vmwaresvgaclass.h"
14 ##end cdefprivate
16 ##begin methodlist
17 .interface Root
18 New
19 Dispose
20 Get
21 .interface Hidd_Gfx
22 NewBitMap
23 #CopyBox
24 SetCursorShape
25 SetCursorPos
26 SetCursorVisible
27 ##end methodlist
30 ##begin class
31 ##begin config
32 basename VMWareSVGAOnBM
33 type hidd
34 classptr_field vsd.vmwaresvgaonbmclass
35 superclass CLID_Hidd_BitMap
36 classdatatype struct BitmapData
37 ##end config
39 ##begin methodlist
40 .interface Root
41 New
42 Dispose
43 Get
44 .interface Hidd_BitMap
45 SetColors
46 PutPixel
47 Clear
48 GetPixel
49 #DrawPixel
50 FillRect
51 GetImage
52 PutImage
53 BlitColorExpansion
54 PutImageLUT
55 GetImageLUT
56 ##end methodlist
57 ##end class
60 ##begin class
61 ##begin config
62 basename VMWareSVGAOffBM
63 type hidd
64 classptr_field vsd.vmwaresvgaoffbmclass
65 superclass CLID_Hidd_BitMap
66 classdatatype struct BitmapData
67 ##end config
69 ##begin methodlist
70 .interface Root
71 New
72 Dispose
73 Get
74 .interface Hidd_BitMap
75 SetColors
76 PutPixel
77 #Clear
78 GetPixel
79 #DrawPixel
80 FillRect
81 GetImage
82 PutImage
83 BlitColorExpansion
84 PutImageLUT
85 GetImageLUT
86 ##end methodlist
87 ##end class