From 9b33f7ded69e22ad18169c45b6b340dcb348e072 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Mar 2003 19:54:37 +0000 Subject: stop using python internally. add an event dispatcher --- openbox/focus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/focus.c') 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 @@ -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*/ } -- cgit v1.2.3