Fixed VGA reset handler: check if there is a visible bitmap before
[AROS.git] / arch / all-native / hidd / vga / vgah.conf
blobea0d9a72aa58c70d408bb30d969b76fd180a1b7c
1 ##begin config
2 basename        PCVGA
3 libbasetype     struct vgabase
4 version         1.4
5 residentpri     8
6 classptr_field  vsd.vgaclass
7 classdatatype   struct Vga_Data
8 classid         CLID_Hidd_VGAgfx
9 superclass      CLID_Hidd_Gfx
10 ##end config
12 ##begin cdefprivate
13 #include "vga.h"
14 #include "vgaclass.h"
15 ##end cdefprivate
17 ##begin methodlist
18 .interface Root
19 New
20 Dispose
21 Get
22 .interface Hidd_Gfx
23 NewBitMap
24 Show
25 CopyBox
26 SetCursorShape
27 SetCursorPos
28 SetCursorVisible
29 ##end methodlist
31 ##begin class
32 ##begin config
33 basename PCVGABM
34 type hidd
35 classptr_field vsd.bmclass
36 superclass CLID_Hidd_ChunkyBM
37 classdatatype struct bitmap_data
38 ##end config
40 ##begin methodlist
41 .interface Root
42 New
43 Dispose
44 Set
45 Get
46 .interface Hidd_BitMap
47 SetColors
48 PutPixel
49 UpdateRect
50 ##end methodlist
51 ##end class