]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
move the code to find the window under the pointer out of focus.c to client.c
[chaz/openbox] / openbox / event.h
index d0eeeb2189aa7b6d7ed81b895d16eb3e028ed778..e2b57ffec1b002d2074e34b29f28c09db797bfe4 100644 (file)
@@ -20,6 +20,7 @@
 #define __events_h
 
 #include <X11/Xlib.h>
+#include <glib.h>
 
 /*! Time at which the last event with a timestamp occured. */
 extern Time event_lasttime;
@@ -32,4 +33,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
This page took 0.02328 seconds and 4 git commands to generate.