]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Comment out wxHVScrolledWindow
[wxWidgets.git] / src / common / event.cpp
index 8b74ef2a817b5f275b1561070a5894c5a18df4d1..6da2424443fd3dc654650f555e38a7888c45e379 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        event.cpp
+// Name:        src/common/event.cpp
 // Purpose:     Event classes
 // Author:      Julian Smart
 // Modified by:
 // Purpose:     Event classes
 // Author:      Julian Smart
 // Modified by:
@@ -25,7 +25,6 @@
 #endif
 
 #ifndef WX_PRECOMP
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
     #include "wx/app.h"
     #include "wx/list.h"
 
     #include "wx/app.h"
     #include "wx/list.h"
 
@@ -1140,7 +1139,7 @@ void wxEvtHandler::ProcessPendingEvents()
 
         wxENTER_CRIT_SECT( Lock() );
 
 
         wxENTER_CRIT_SECT( Lock() );
 
-        if ( !--n )
+        if ( --n == 0 )
             break;
     }
 
             break;
     }