Fix IRQ name
[AROS.git] / workbench / hidds / hidd.vmwaresvga / vmwaresvgamouse.h
blob0c33c7bfa889902c4f20133b8a1a6d345eed1b31
1 #ifndef _VMWARESVGA_MOUSE_H
2 #define _VMWARESVGA_MOUSE_H
4 #include <hidd/graphics.h>
6 struct MouseData {
7 APTR shape;
8 OOP_Object *oopshape;
9 ULONG width;
10 ULONG height;
11 ULONG x;
12 ULONG y;
13 LONG visible;
16 #endif /* _VMWARESVGA_MOUSE_H */