grab button events on the slit so they dont go through to root
This commit is contained in:
parent
ffb76025fa
commit
3689fa4b7a
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
#include "render/theme.h"
|
#include "render/theme.h"
|
||||||
#include "render/render.h"
|
#include "render/render.h"
|
||||||
|
|
||||||
#define SLIT_EVENT_MASK (EnterWindowMask | LeaveWindowMask)
|
#define SLIT_EVENT_MASK (ButtonPressMask | ButtonReleaseMask | \
|
||||||
|
EnterWindowMask | LeaveWindowMask)
|
||||||
#define SLITAPP_EVENT_MASK (StructureNotifyMask)
|
#define SLITAPP_EVENT_MASK (StructureNotifyMask)
|
||||||
|
|
||||||
struct Slit {
|
struct Slit {
|
||||||
|
|
Loading…
Reference in a new issue