summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 19:54:37 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 19:54:37 +0000
commit9b33f7ded69e22ad18169c45b6b340dcb348e072 (patch)
tree521a3f9eedba1baf94a5480ea32c628439dafd3d /openbox/focus.c
parent055b459cdf8e8f15d17cb3366cfde31406fa6223 (diff)
stop using python internally. add an event dispatcher
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c3
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*/
}