Started some NanoX work (blind to begin with)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-02-15 11:14:42 +00:00
parent c41c20a566
commit 256d631aaf
8 changed files with 186 additions and 62 deletions

View File

@@ -130,6 +130,9 @@ bool wxTopLevelWindowX11::Create(wxWindow *parent,
m_mainWidget = (WXWindow) xwindow;
XSelectInput( xdisplay, xwindow,
#if wxUSE_NANOX
GR_EVENT_MASK_CLOSE_REQ |
#endif
ExposureMask | KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask |
ButtonMotionMask | EnterWindowMask | LeaveWindowMask | PointerMotionMask |
KeymapStateMask | FocusChangeMask | ColormapChangeMask | StructureNotifyMask |