]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
allow specifying that some focus events should be ignored for the focus order list
[chaz/openbox] / openbox / focus.h
index 8a511cf32e3e7b4fccce328ee884bec6bf4f7527..976b50dfdf73a7ebf8e9c747d8105c71e5c9f8d3 100644 (file)
@@ -12,6 +12,10 @@ extern Window focus_backup;
 /*! The client which is currently focused */
 extern struct Client *focus_client;
 
+/* The number of FocusIn events which should be ignored for tracking the focus
+   order */
+extern int focus_ignore_in;
+
 /*! The recent focus order on each desktop */
 extern GList **focus_order;
 
This page took 0.019507 seconds and 4 git commands to generate.