summaryrefslogtreecommitdiff
path: root/openbox/event.h
diff options
context:
space:
mode:
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 4fd72865..4a8d7901 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -40,6 +40,10 @@ void event_shutdown(gboolean reconfig);
follows mouse */
void event_enter_client(struct _ObClient *client);
+/*! Make as if the mouse just left the client, use only when using focus
+ follows mouse */
+void event_leave_client(struct _ObClient *client);
+
/*! Make mouse focus not move at all from the stuff that happens between these
two function calls. */
gulong event_start_ignore_all_enters(void);