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 d0eeeb21..05f9e0c2 100644
--- a/openbox/event.h
+++ b/openbox/event.h
@@ -32,4 +32,8 @@ extern guint ScrollLockMask;
void event_startup(gboolean reconfig);
void event_shutdown(gboolean reconfig);
+/*! Request that a number of EnterNotify events not be used for distributing
+ focus */
+void event_ignore_enter_focus(guint num);
+
#endif