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