From dc2e6f6bf7143a56de360a393b33906735e63625 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 1 Mar 2008 00:04:28 -0500 Subject: Get hooks working --- openbox/event.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/event.h') 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 -- cgit v1.2.3