mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -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 | \
|
#define EVENT_MASK (SubstructureRedirectMask | \
|
||||||
StructureNotifyMask | SubstructureNotifyMask | \
|
StructureNotifyMask | SubstructureNotifyMask | \
|
||||||
ExposureMask | \
|
ExposureMask | FocusChangeMask)
|
||||||
ButtonPressMask | ButtonReleaseMask | \
|
|
||||||
PointerMotionMask | PointerMotionHintMask | \
|
|
||||||
EnterWindowMask | LeaveWindowMask | \
|
|
||||||
FocusChangeMask)
|
|
||||||
|
|
||||||
void
|
void
|
||||||
meta_window_ensure_frame (MetaWindow *window)
|
meta_window_ensure_frame (MetaWindow *window)
|
||||||
|
Loading…
Reference in New Issue
Block a user