X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f12683e40eee0104fc92a76524337a350a3a3a0..b58a1455e15477cac9d335b5f7a2c3fc3111b342:/src/x11/window.cpp?ds=inline diff --git a/src/x11/window.cpp b/src/x11/window.cpp index b40174b341..7568f13c88 100644 --- a/src/x11/window.cpp +++ b/src/x11/window.cpp @@ -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 );