display: Ignore DamageNotify in spew
This commit is contained in:
parent
f258556cec
commit
188d532438
@ -3132,6 +3132,9 @@ meta_spew_event (MetaDisplay *display,
|
||||
event->type == NoExpose)
|
||||
return;
|
||||
|
||||
if (event->type == (display->damage_event_base + XDamageNotify))
|
||||
return;
|
||||
|
||||
switch (event->type)
|
||||
{
|
||||
case KeyPress:
|
||||
|
Loading…
Reference in New Issue
Block a user