]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
make focus_order into one long list instead of having one per desktop. this actually...
[chaz/openbox] / openbox / focus.h
index 200d96a57043c3bd2aca6355d7d0a3d81040923a..e1d6a6c4e1f4e6c9fca970635cd90f4c6465aadf 100644 (file)
@@ -41,7 +41,7 @@ extern struct _ObClient *focus_hilite;
 extern struct _ObClient *focus_cycle_target;
 
 /*! The recent focus order on each desktop */
-extern GList **focus_order;
+extern GList *focus_order;
 
 void focus_startup(gboolean reconfig);
 void focus_shutdown(gboolean reconfig);
@@ -77,4 +77,6 @@ void focus_order_to_top(struct _ObClient *c);
   very bottom always though). */
 void focus_order_to_bottom(struct _ObClient *c);
 
+struct _ObClient *focus_order_find_first(guint desktop);
+
 #endif
This page took 0.02557 seconds and 4 git commands to generate.