]> Dogcows Code - chaz/openbox/commitdiff
grab button events on the slit so they dont go through to root
authorDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 17:45:21 +0000 (17:45 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 17:45:21 +0000 (17:45 +0000)
openbox/slit.c

index 7b39e227e5460e6290ca372c5d8820582b5dcd5f..a5d8be3b6666188845ef4fc0d8658f112b3f6502 100644 (file)
@@ -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 {
This page took 0.023752 seconds and 4 git commands to generate.