Diff for /np2/macosx/dialog/screenopt.cpp between versions 1.1 and 1.2

version 1.1, 2003/10/31 16:55:06 version 1.2, 2003/11/08 17:54:27
Line 161  static pascal OSStatus sliderEventHandle Line 161  static pascal OSStatus sliderEventHandle
     ControlRef  theControl = (ControlRef)inUserData;      ControlRef  theControl = (ControlRef)inUserData;
     if (GetControlID(theControl, &conID) == noErr) {      if (GetControlID(theControl, &conID) == noErr) {
         if (conID.signature == 'sl/f' && conID.id == 4) {          if (conID.signature == 'sl/f' && conID.id == 4) {
             base = 31;              base = 32;
         }          }
     }      }
     return( changeSlider(theControl, screenWin, base) );      return( changeSlider(theControl, screenWin, base) );

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


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