wxCHECK_RET( xwindow, wxT("invalid window") );
-#if 1
+#if !wxUSE_NANOX
XWindowAttributes attr;
Status status = XGetWindowAttributes( wxGlobalDisplay(), xwindow, &attr );
void wxWindowX11::SendPaintEvents()
{
m_clipPaintRegion = TRUE;
-
+
wxNcPaintEvent nc_paint_event( GetId() );
nc_paint_event.SetEventObject( this );
GetEventHandler()->ProcessEvent( nc_paint_event );