mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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:
parent
79e682bcd0
commit
30b54aae34
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user