don't listen to focus events in the dock, unless you're going to do it properly
This commit is contained in:
parent
db750e5cb0
commit
4ff717355a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue