]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/app.cpp
SWIGged updates for wxMSW
[wxWidgets.git] / src / os2 / app.cpp
index 7bcf7d2b7d251c9e2c198cfae71c77812ca16dbb..80790f9f670141d552edea16f2bfa7e0e9de8dbd 100644 (file)
@@ -667,7 +667,6 @@ wxApp::wxApp()
 {
     m_topWindow = NULL;
     wxTheApp = this;
-    m_wantDebugOutput = TRUE;
 
     argc = 0;
     argv = NULL;
@@ -901,7 +900,8 @@ bool wxApp::ProcessMessage(
     if (pMsg->msg == WM_TIMER &&
         (SHORT1FROMMP(pMsg->mp1) != TID_CURSOR &&
          SHORT1FROMMP(pMsg->mp1) != TID_FLASHWINDOW &&
-         SHORT1FROMMP(pMsg->mp1) != TID_SCROLL
+         SHORT1FROMMP(pMsg->mp1) != TID_SCROLL &&
+         SHORT1FROMMP(pMsg->mp1) != 0x0000
         ))
         wxTimerProc(NULL, 0, (int)pMsg->mp1, 0);