projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb7602
)
grab button events on the slit so they dont go through to root
author
Dana Jansens
<danakj@orodu.net>
Sun, 11 May 2003 17:45:21 +0000
(17:45 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 11 May 2003 17:45:21 +0000
(17:45 +0000)
openbox/slit.c
patch
|
blob
|
history
diff --git
a/openbox/slit.c
b/openbox/slit.c
index 7b39e227e5460e6290ca372c5d8820582b5dcd5f..a5d8be3b6666188845ef4fc0d8658f112b3f6502 100644
(file)
--- 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 {