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

version 1.3, 2004/03/22 17:56:35 version 1.4, 2004/05/23 04:07:57
Line 51  static void initScreenWindow(void) { Line 51  static void initScreenWindow(void) {
     setControlValue('sl/f', 2, np2cfg.wait[2]);      setControlValue('sl/f', 2, np2cfg.wait[2]);
     setControlValue('sl/f', 3, np2cfg.wait[4]);      setControlValue('sl/f', 3, np2cfg.wait[4]);
     setControlValue('sl/f', 4, np2cfg.realpal);      setControlValue('sl/f', 4, np2cfg.realpal);
           
   #if defined(SUPPORT_PC9821)
           DisableControl(getControlRefByID('Gral', 0, screenWin));
           DisableControl(getControlRefByID('16cl', 0, screenWin));
   #endif
   
 }  }
   
 static pascal OSStatus cfWinproc(EventHandlerCallRef myHandler, EventRef event, void* userData) {  static pascal OSStatus cfWinproc(EventHandlerCallRef myHandler, EventRef event, void* userData) {

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


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