mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
display: Ignore _NET_WM_USER_TIME PropertyNotifies
These are spammy as well. https://bugzilla.gnome.org/show_bug.cgi?id=703970
This commit is contained in:
parent
02ecca502e
commit
74fb5a83dd
@ -3560,6 +3560,9 @@ meta_spew_event (MetaDisplay *display,
|
|||||||
if (event->type == (display->xsync_event_base + XSyncAlarmNotify))
|
if (event->type == (display->xsync_event_base + XSyncAlarmNotify))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (event->type == PropertyNotify && event->xproperty.atom == display->atom__NET_WM_USER_TIME)
|
||||||
|
return;
|
||||||
|
|
||||||
input_event = get_input_event (display, event);
|
input_event = get_input_event (display, event);
|
||||||
|
|
||||||
if (input_event)
|
if (input_event)
|
||||||
|
Loading…
Reference in New Issue
Block a user