Diff for /np2/x11/np2.c between versions 1.25 and 1.26

version 1.25, 2007/01/12 16:41:25 version 1.26, 2007/01/12 19:09:58
Line 108  NP2OSCFG np2oscfg = { Line 108  NP2OSCFG np2oscfg = {
         MOUSE_RATIO_100,        /* mouse_move_ratio */          MOUSE_RATIO_100,        /* mouse_move_ratio */
   
         MMXFLAG_DISABLE,        /* disablemmx */          MMXFLAG_DISABLE,        /* disablemmx */
           INTERP_NEAREST,         /* drawinterp */
           0,                      /* F11KEY */
 };  };
   
 volatile sig_atomic_t np2running = 0;  volatile sig_atomic_t np2running = 0;

Removed from v.1.25  
changed lines
  Added in v.1.26


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