frame: Don't select for core events on the frame window

We override these with XI2 event types anyway. There's no point to
selecting to them.
This commit is contained in:
Jasper St. Pierre 2014-07-07 19:21:42 -04:00
parent 79e682bcd0
commit 30b54aae34

View File

@ -29,11 +29,7 @@
#define EVENT_MASK (SubstructureRedirectMask | \
StructureNotifyMask | SubstructureNotifyMask | \
ExposureMask | \
ButtonPressMask | ButtonReleaseMask | \
PointerMotionMask | PointerMotionHintMask | \
EnterWindowMask | LeaveWindowMask | \
FocusChangeMask)
ExposureMask | FocusChangeMask)
void
meta_window_ensure_frame (MetaWindow *window)