don't listen to focus events in the dock, unless you're going to do it properly

This commit is contained in:
Dana Jansens 2007-05-14 02:06:34 +00:00
parent db750e5cb0
commit 4ff717355a

View file

@ -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;