mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 08:04:50 +00:00
display: Ignore DamageNotify in spew
This commit is contained in:
@@ -3132,6 +3132,9 @@ meta_spew_event (MetaDisplay *display,
|
|||||||
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:
|
||||||
|
Reference in New Issue
Block a user