Diff for /np2/win9x/mousemng.cpp between versions 1.5 and 1.6

version 1.5, 2004/02/13 20:31:55 version 1.6, 2005/02/07 14:46:14
Line 9 Line 9
 typedef struct {  typedef struct {
         SINT16  x;          SINT16  x;
         SINT16  y;          SINT16  y;
         BYTE    btn;          UINT8   btn;
         UINT    flag;          UINT    flag;
 } MOUSEMNG;  } MOUSEMNG;
   
 static  MOUSEMNG        mousemng;  static  MOUSEMNG        mousemng;
   
   
 BYTE mousemng_getstat(SINT16 *x, SINT16 *y, int clear) {  UINT8 mousemng_getstat(SINT16 *x, SINT16 *y, int clear) {
   
         *x = mousemng.x;          *x = mousemng.x;
         *y = mousemng.y;          *y = mousemng.y;

Removed from v.1.5  
changed lines
  Added in v.1.6


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