diff options
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 3c7b635b..4ef4b90c 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -2,7 +2,6 @@ #include "client.h" #include "screen.h" #include "prop.h" -#include "hooks.h" #include <X11/Xlib.h> @@ -53,5 +52,5 @@ void focus_set_client(Client *client) active = client ? client->window : None; PROP_SET32(ob_root, net_active_window, window, active); - HOOKFIRECLIENT(focused, client); + /*HOOKFIRECLIENT(focused, client);XXX*/ } |
