repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 400ns delay in ata_WaitBusyTO before read of device status.
[tangerine.git]
/
arch
/
common
/
hidd.vmwaresvga
/
vmwaresvgamouse.h
blob
0c33c7bfa889902c4f20133b8a1a6d345eed1b31
1
#ifndef _VMWARESVGA_MOUSE_H
2
#define _VMWARESVGA_MOUSE_H
3
4
#include <hidd/graphics.h>
5
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
;
14
};
15
16
#endif
/* _VMWARESVGA_MOUSE_H */