]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/popupwin.cpp
don't inherit the controls colours from the parent - at least for the background...
[wxWidgets.git] / src / x11 / popupwin.cpp
index df21552719435f69279c0266c5941429219a8734..881d442bbc29a4b6d8aa341235957f561c8cb3c0 100644 (file)
@@ -92,9 +92,9 @@ bool wxPopupWindow::Create( wxWindow *parent, int style )
     return TRUE;
 }
 
     return TRUE;
 }
 
-void wxPopupWindow::DoMoveWindow(int WXUNUSED(x), int WXUNUSED(y), int WXUNUSED(width), int WXUNUSED(height) )
+void wxPopupWindow::DoMoveWindow(int x, int y, int width, int height )
 {
 {
-    wxFAIL_MSG( wxT("DoMoveWindow called for wxPopupWindow") );
+    wxWindowX11::DoMoveWindow( x, y, width, height );
 }
 
 void wxPopupWindow::DoSetSize( int x, int y, int width, int height, int sizeFlags )
 }
 
 void wxPopupWindow::DoSetSize( int x, int y, int width, int height, int sizeFlags )