]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
Added 'go home' button to generic dir dialog
[wxWidgets.git] / src / x11 / window.cpp
index 5724880368b341e4de0454ec6e765b47bd839086..7568f13c88bdbea196311864151f52842ebf57d3 100644 (file)
@@ -856,7 +856,7 @@ void wxWindowX11::DoMoveWindow(int x, int y, int width, int height)
 
     wxCHECK_RET( xwindow, wxT("invalid window") );
 
-#if 1
+#if !wxUSE_NANOX
 
     XWindowAttributes attr;
     Status status = XGetWindowAttributes( wxGlobalDisplay(), xwindow, &attr );