From d5f9df0845eb28dee542a789e43ca4cc1b6d0a4f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Sep 2003 04:18:54 +0000 Subject: provide a means to properly ignore enter events for focus changes --- openbox/event.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'openbox/event.h') diff --git a/openbox/event.h b/openbox/event.h index 341bc8d3..5d8600a8 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -35,12 +35,12 @@ 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); - /*! Make as if the mouse just entered the client, use only when using focus follows mouse */ void event_enter_client(struct _ObClient *client); +/*! Request that any queued EnterNotify events not be used for distributing + focus */ +void event_ignore_queued_enters(); + #endif -- cgit v1.2.3