Diff for /np2/x11/mousemng.h between versions 1.1 and 1.2

version 1.1, 2003/11/16 16:43:45 version 1.2, 2011/01/15 19:16:58
Line 1 Line 1
 #ifndef NP2_X11_MOUSEMNG_H__  #ifndef NP2_X11_MOUSEMNG_H__
 #define NP2_X11_MOUSEMNG_H__  #define NP2_X11_MOUSEMNG_H__
   
   G_BEGIN_DECLS
   
 #define MOUSE_MASK      0x07  #define MOUSE_MASK      0x07
   
 #define M_RES           0x00  #define M_RES           0x00
Line 23 Line 25
 #define MOUSE_RIGHTUP   3  #define MOUSE_RIGHTUP   3
   
   
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
 BYTE mousemng_getstat(short *x, short *y, int clear);  BYTE mousemng_getstat(short *x, short *y, int clear);
 void mousemng_callback(void);  void mousemng_callback(void);
   
Line 49  enum { Line 47  enum {
         MOUSE_RATIO_100 = 0          MOUSE_RATIO_100 = 0
 };  };
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_MOUSEMNG_H__ */  #endif  /* NP2_X11_MOUSEMNG_H__ */

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


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