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:
db750e5
)
don't listen to focus events in the dock, unless you're going to do it properly
author
Dana Jansens
<danakj@orodu.net>
Mon, 14 May 2007 02:06:34 +0000
(
02:06
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 14 May 2007 02:06:34 +0000
(
02:06
+0000)
openbox/dock.c
patch
|
blob
|
history
diff --git
a/openbox/dock.c
b/openbox/dock.c
index ae42ab9d2eb020b85536b409fb3bb77b35f7f9de..9a03d75c63b5cc7ead230f818b4d0da91e9e9018 100644
(file)
--- a/
openbox/dock.c
+++ b/
openbox/dock.c
@@
-28,7
+28,7
@@
#include "render/theme.h"
#define DOCK_EVENT_MASK (ButtonPressMask | ButtonReleaseMask | \
- EnterWindowMask | LeaveWindowMask
| FocusChangeMask
)
+ EnterWindowMask | LeaveWindowMask)
#define DOCKAPP_EVENT_MASK (StructureNotifyMask)
static ObDock *dock;