]> 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 b40174b341fa764326b03466a41998efd168ffe9..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 );
@@ -1054,7 +1054,7 @@ void wxWindowX11::SendEraseEvents()
 void wxWindowX11::SendPaintEvents()
 {
     m_clipPaintRegion = TRUE;
-
+    
     wxNcPaintEvent nc_paint_event( GetId() );
     nc_paint_event.SetEventObject( this );
     GetEventHandler()->ProcessEvent( nc_paint_event );