summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-03-01 00:04:28 -0500
committerDana Jansens <danakj@orodu.net>2008-03-01 00:04:28 -0500
commitdc2e6f6bf7143a56de360a393b33906735e63625 (patch)
tree71cb301bd193a867107b14b39b4a39c2860e6945 /openbox/event.h
parent985e7dadf9a3ebf4bd265d955c3198e96405e5d2 (diff)
Get hooks working
Diffstat (limited to 'openbox/event.h')
-rw-r--r--openbox/event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/event.h b/openbox/event.h
index 4e6fc325..ba5a03ea 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -64,4 +64,8 @@ gboolean event_time_after(Time t1, Time t2);
Time event_get_server_time(void);
+/*! Given a possible target client, returns what the target client really
+ should be for actions */
+struct _ObClient* event_target_client(struct _ObClient *client);
+
#endif