Diff for /np2/macosx/np2.cpp between versions 1.27 and 1.29

version 1.27, 2003/11/03 10:19:43 version 1.29, 2003/11/05 16:08:59
Line 37 Line 37
 #include        "midiopt.h"  #include        "midiopt.h"
 #include        "macalert.h"  #include        "macalert.h"
 #include        "np2opening.h"  #include        "np2opening.h"
 #include        "toolmac.h"  #include        "toolwin.h"
   
 #include        <QuickTime/QuickTime.h>  #include        <QuickTime/QuickTime.h>
 #define USE_RESUME  #define USE_RESUME
Line 920  static pascal OSStatus np2windowevent(Ev Line 920  static pascal OSStatus np2windowevent(Ev
                     case kEventWindowDragCompleted:                      case kEventWindowDragCompleted:
                         soundmng_play();                          soundmng_play();
                         break;                          break;
                       case kEventWindowShown:
                           scrndraw_redraw();
                           break;
                 }                  }
                 break;                  break;
             case kEventClassKeyboard:              case kEventClassKeyboard:
Line 988  static const EventTypeSpec windEventList Line 991  static const EventTypeSpec windEventList
                                 {kEventClassWindow,             kEventWindowToolbarSwitchMode},                                  {kEventClassWindow,             kEventWindowToolbarSwitchMode},
                                 {kEventClassWindow,             kEventWindowDragStarted},                                  {kEventClassWindow,             kEventWindowDragStarted},
                                 {kEventClassWindow,             kEventWindowDragCompleted},                                  {kEventClassWindow,             kEventWindowDragCompleted},
                                   {kEventClassWindow,             kEventWindowShown},
                                 {kEventClassKeyboard,   kEventRawKeyDown},                                  {kEventClassKeyboard,   kEventRawKeyDown},
                                 {kEventClassKeyboard,   kEventRawKeyUp},                                  {kEventClassKeyboard,   kEventRawKeyUp},
                                 {kEventClassKeyboard,   kEventRawKeyRepeat},                                  {kEventClassKeyboard,   kEventRawKeyRepeat},

Removed from v.1.27  
changed lines
  Added in v.1.29


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