From 30b54aae34b89630380ebcbb77a72a29d43dfd7a Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 7 Jul 2014 19:21:42 -0400 Subject: [PATCH] frame: Don't select for core events on the frame window We override these with XI2 event types anyway. There's no point to selecting to them. --- src/core/frame.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/core/frame.c b/src/core/frame.c index f80148fc2..8901aad31 100644 --- a/src/core/frame.c +++ b/src/core/frame.c @@ -29,11 +29,7 @@ #define EVENT_MASK (SubstructureRedirectMask | \ StructureNotifyMask | SubstructureNotifyMask | \ - ExposureMask | \ - ButtonPressMask | ButtonReleaseMask | \ - PointerMotionMask | PointerMotionHintMask | \ - EnterWindowMask | LeaveWindowMask | \ - FocusChangeMask) + ExposureMask | FocusChangeMask) void meta_window_ensure_frame (MetaWindow *window)