Diff for /np2/win9x/mousemng.h between versions 1.2 and 1.4

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

Removed from v.1.2  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>