From 47d8adde43c71f32d3677bb8ad965f262b6f3150 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 8 Mar 2003 18:28:14 +0000 Subject: DOS update (Daniel Borca) --- src/glut/dos/PC_HW/pc_hw.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/glut/dos/PC_HW/pc_hw.h') diff --git a/src/glut/dos/PC_HW/pc_hw.h b/src/glut/dos/PC_HW/pc_hw.h index c38c8959b6..c029005b53 100644 --- a/src/glut/dos/PC_HW/pc_hw.h +++ b/src/glut/dos/PC_HW/pc_hw.h @@ -25,7 +25,7 @@ typedef void (*VFUNC) (void); typedef void (*PFUNC) (void *); -typedef void (*MFUNC) (int x, int y, int b); +typedef void (*MFUNC) (int x, int y, int z, int b); /* * atexit @@ -211,7 +211,8 @@ void pc_remove_mouse (void); MFUNC pc_install_mouse_handler (MFUNC handler); void pc_mouse_area (int x1, int y1, int x2, int y2); void pc_mouse_speed (int xspeed, int yspeed); -int pc_query_mouse (int *x, int *y); +int pc_query_mouse (int *x, int *y, int *z); +void pc_warp_mouse (int x, int y); /* * standard redirection -- cgit v1.2.3