display: Ignore XSyncAlarmNotify in meta_spew_event
https://bugzilla.gnome.org/show_bug.cgi?id=703970
This commit is contained in:
parent
3b51405255
commit
57bc974a57
@ -3790,6 +3790,9 @@ meta_spew_event (MetaDisplay *display,
|
|||||||
if (event->type == (display->damage_event_base + XDamageNotify))
|
if (event->type == (display->damage_event_base + XDamageNotify))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (event->type == (display->xsync_event_base + XSyncAlarmNotify))
|
||||||
|
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