diff --git a/source/Platform/Unix/X11Display.cpp b/source/Platform/Unix/X11Display.cpp index bb3be61..884fb40 100644 --- a/source/Platform/Unix/X11Display.cpp +++ b/source/Platform/Unix/X11Display.cpp @@ -55,7 +55,7 @@ bool X11Display::create(DisplayDescription description) // We want InputFocus,Keyboard,Mouse,Resize,Exposure (repaint) events. attr.event_mask = FocusChangeMask | KeyPressMask | KeyReleaseMask - | ButtonPressMask | ButtonReleaseMask | PointerMotionMask + | ButtonPressMask | ButtonReleaseMask | StructureNotifyMask | ExposureMask; m_win = ::XCreateWindow(disp, root_win,