change the mouse io struct

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-09-26 22:34:57 +00:00
parent fc2045ee7e
commit 59fda8c176
1 changed files with 9 additions and 9 deletions

View File

@ -104,15 +104,15 @@ typedef struct {
#define mouse_settings_file "Mouse_settings"
typedef struct {
int serial_cookie;
int buttons;
int xdelta;
int ydelta;
int32 clicks;
int32 modifiers;
bigtime_t time;
int wheel_delta;
} mouse_pos;
int32 cookie;
uint32 buttons;
int32 xdelta;
int32 ydelta;
int32 clicks;
int32 modifiers;
bigtime_t timestamp;
int32 wheel_delta;
} mouse_movement;
// On the Mac, the I-squared C bus is controlled by the Cuda microcontroller,