Diff for /np2/macosx/mackbd.cpp between versions 1.3 and 1.4

version 1.3, 2003/10/19 14:56:15 version 1.4, 2003/10/20 10:14:27
Line 6 Line 6
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
   
   #if defined(NP2GCC)
   #include        "mousemng.h"
   #include        "menu.h"
   #include        "sysmng.h"
   #endif
   
 #define         NC              0xff  #define         NC              0xff
   
Line 136  void mackbd_f12down(int keycode) { Line 141  void mackbd_f12down(int keycode) {
                 }                  }
                 else if (np2oscfg.F12COPY == 2) {                  else if (np2oscfg.F12COPY == 2) {
                         keystat_senddata(0x60);                          keystat_senddata(0x60);
           }
   #if defined(NP2GCC)
           else if(!np2oscfg.F12COPY) {
               mouse_running(MOUSE_XOR);
               menu_setmouse(np2oscfg.MOUSE_SW ^ 1);
               sysmng_update(SYS_UPDATECFG);
                 }                  }
   #endif
         }          }
 }  }
   

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


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