summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.h')
-rw-r--r--openbox/event.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/event.h b/openbox/event.h
index e2b57ffe..341bc8d3 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -22,6 +22,8 @@
#include <X11/Xlib.h>
#include <glib.h>
+struct _ObClient;
+
/*! Time at which the last event with a timestamp occured. */
extern Time event_lasttime;
@@ -37,4 +39,8 @@ void event_shutdown(gboolean reconfig);
focus */
void event_ignore_enter_focus(guint num);
+/*! Make as if the mouse just entered the client, use only when using focus
+ follows mouse */
+void event_enter_client(struct _ObClient *client);
+
#endif