]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
add focusLast and focusLastOnDesktop options in the [focus] section of the rc3. allow...
[chaz/openbox] / openbox / focus.h
index 8a511cf32e3e7b4fccce328ee884bec6bf4f7527..6a86965a69e762a29970d0ed935a97d4f877a424 100644 (file)
@@ -17,7 +17,7 @@ extern GList **focus_order;
 
 /*! Should new windows be focused */
 extern gboolean focus_new;
-/*! Should focus follow the mouse pointer */
+/*! Focus windows when the mouse enters them */
 extern gboolean focus_follow;
 
 void focus_startup();
@@ -30,4 +30,8 @@ void focus_set_client(struct Client *client);
 /*! Call this when you need to focus something! */
 void focus_fallback(gboolean switching_desks);
 
+/*! Cycle focus amongst windows */
+void focus_cycle(gboolean forward, gboolean linear, gboolean done,
+                 gboolean cancel);
+
 #endif
This page took 0.02021 seconds and 4 git commands to generate.