]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/reparent.cpp
Rebake after adding libs html and xml to samples using lib adv
[wxWidgets.git] / src / x11 / reparent.cpp
index 5ea7b27c156b0bd48e9dd9fc80f1df1b60d83c62..7fab513311e2f6ffd2e36036ca3a9e622afc135c 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
-    #pragma implementation "reparent.h"
-#endif
-
 #include "wx/setup.h"
 
 #if !wxUSE_NANOX
@@ -169,7 +165,7 @@ bool wxReparenter::WaitAndReparent(wxWindow* newParent, wxAdoptedWindow* toRepar
         {
 #if wxUSE_TIMER
             wxTimer::NotifyTimers();
-            wxTheApp->SendIdleEvents();
+            wxTheApp->ProcessIdle();
 #endif
         }
     }