summaryrefslogtreecommitdiff
path: root/openbox/slit.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/slit.c')
-rw-r--r--openbox/slit.c3
1 files changed, 2 insertions, 1 deletions
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 {