From 6c4126ec617ccb0dd4e6bf0e3aecaa2181172c66 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 21 Sep 2003 18:10:39 +0000 Subject: allow a number of enter events to be ignored. Don't just skip any enter/leave events as these are used for highlighting hover buttons and ignoring these makes the hover state out of sync sometimes --- 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 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 -- cgit v1.2.3