They are sent to all clients. There is no mechanism to express disinterest in 
this event.

Signed-off-by: Jon TURNEY <[email protected]>
---
 src/libxcwm/event_loop.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/libxcwm/event_loop.c b/src/libxcwm/event_loop.c
index 85f19db..544983f 100644
--- a/src/libxcwm/event_loop.c
+++ b/src/libxcwm/event_loop.c
@@ -513,6 +513,9 @@ run_event_loop(void *thread_arg_struct)
                 break;
             }
 
+            case XCB_MAPPING_NOTIFY:
+                break;
+
             default:
             {
                 printf("UNKNOWN EVENT: %i\n", (evt->response_type & ~0x80));
-- 
1.7.9

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to