--- np2/win9x/mousemng.h 2003/11/04 15:44:59 1.2 +++ np2/win9x/mousemng.h 2005/02/07 14:46:14 1.4 @@ -9,7 +9,7 @@ enum { extern "C" { #endif -BYTE mousemng_getstat(SINT16 *x, SINT16 *y, int clear); +UINT8 mousemng_getstat(SINT16 *x, SINT16 *y, int clear); #ifdef __cplusplus } @@ -33,7 +33,7 @@ enum { void mousemng_initialize(void); -void mousemng_callback(void); +void mousemng_sync(void); BOOL mousemng_buttonevent(UINT event); void mousemng_enable(UINT proc); void mousemng_disable(UINT proc);