From: Dana Jansens Date: Sun, 11 May 2003 17:45:21 +0000 (+0000) Subject: grab button events on the slit so they dont go through to root X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=3689fa4b7a80926ef526bd9bb2484f33fc80d6e5;p=chaz%2Fopenbox grab button events on the slit so they dont go through to root --- diff --git a/openbox/slit.c b/openbox/slit.c index 7b39e227..a5d8be3b 100644 --- a/openbox/slit.c +++ b/openbox/slit.c @@ -6,7 +6,8 @@ #include "render/theme.h" #include "render/render.h" -#define SLIT_EVENT_MASK (EnterWindowMask | LeaveWindowMask) +#define SLIT_EVENT_MASK (ButtonPressMask | ButtonReleaseMask | \ + EnterWindowMask | LeaveWindowMask) #define SLITAPP_EVENT_MASK (StructureNotifyMask) struct Slit {