[mutter/gnome-3-8] display: Ignore _NET_WM_USER_TIME PropertyNotifies



commit 74fb5a83dde3000c92a87874a7a6e3de052c30ab
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Jun 29 20:09:30 2013 -0400

    display: Ignore _NET_WM_USER_TIME PropertyNotifies
    
    These are spammy as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703970

 src/core/display.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/core/display.c b/src/core/display.c
index 041f830..d611314 100644
--- a/src/core/display.c
+++ b/src/core/display.c
@@ -3560,6 +3560,9 @@ meta_spew_event (MetaDisplay *display,
   if (event->type == (display->xsync_event_base + XSyncAlarmNotify))
     return;
 
+  if (event->type == PropertyNotify && event->xproperty.atom == display->atom__NET_WM_USER_TIME)
+    return;
+
   input_event = get_input_event (display, event);
 
   if (input_event)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]