Diff for /np2/macosx/Attic/configure.cpp between versions 1.4 and 1.5

version 1.4, 2003/10/24 19:19:58 version 1.5, 2003/10/24 20:46:13
Line 21  static WindowRef configWin; Line 21  static WindowRef configWin;
                         (((a) + (b)) / 2)                          (((a) + (b)) / 2)
   
 #define getSelectedValue(a,b)   GetControlValue(getControlRefByID(a,b,configWin))  #define getSelectedValue(a,b)   GetControlValue(getControlRefByID(a,b,configWin))
 /*  
 static SInt16 getSelectedValue(OSType sign, int id) {  
     SInt16      value;  
       
     value=GetControlValue(getControlRefByID(sign, id, configWin));  
   
     return value;  
 }  
 */  
   
 static int getMultiple(void) {  static int getMultiple(void) {
     int multi;      int multi;

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


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