if (wxWindowIsVisible(xwindow))
{
- // XSetInputFocus( wxGlobalDisplay(), xwindow, RevertToParent, CurrentTime );
+ XSetInputFocus( wxGlobalDisplay(), xwindow, RevertToParent, CurrentTime );
m_needsInputFocus = FALSE;
}
else
return NULL;
}
+#if 0
wxWindow *wxWindowX11::GetFocusWidget()
{
wxWindow *win = (wxWindow*) this;
return win;
}
+#endif
// Enabling/disabling handled by event loop, and not sending events
// if disabled.