X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;fp=openbox%2Ffocus.h;h=e1d6a6c4e1f4e6c9fca970635cd90f4c6465aadf;hb=c80b496bf407d73bea169058abfcda44effad0dd;hp=200d96a57043c3bd2aca6355d7d0a3d81040923a;hpb=496c769fcec42dc3092a9f128d270ff1a4f2e64b;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index 200d96a5..e1d6a6c4 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -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