grab button events on the slit so they dont go through to root

This commit is contained in:
Dana Jansens 2003-05-11 17:45:21 +00:00
parent ffb76025fa
commit 3689fa4b7a

View 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 {