]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/reparent.cpp
added DockFixed() pane option; doc updates
[wxWidgets.git] / src / x11 / reparent.cpp
index eea2b4d6fe58477ce0b39a729a2c7dd2a5f42f43..ac394ccf1a9512c599d4b230973715591fa13646 100644 (file)
@@ -39,6 +39,8 @@
 #include "wx/x11/private.h"
 #include "X11/Xatom.h"
 
+#include "wx/generic/private/timer.h"
+
 /*
  * wxAdoptedWindow
  */
@@ -173,7 +175,7 @@ bool wxReparenter::WaitAndReparent(wxWindow* newParent, wxAdoptedWindow* toRepar
         else
         {
 #if wxUSE_TIMER
-            wxTimer::NotifyTimers();
+            wxGenericTimerImpl::NotifyTimers();
             wxTheApp->ProcessIdle();
 #endif
         }