X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=e6e6bba1bf4d20435868b0de9b15c830b07bed01;hb=e68e6c6a536a2132570ddf1d1d3759bb31ef781e;hp=36be7456659e74719596657a1545886dd1f1258c;hpb=b8e4eecc9f6b69bfc69b694360fb427e6ec800ad;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index 36be7456..e6e6bba1 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -20,8 +20,8 @@ ObClient *focus_client; GList **focus_order; /* these lists are created when screen_startup sets the number of desktops */ +ObClient *focus_cycle_target; -static ObClient *focus_cycle_target; static Popup *focus_cycle_popup; void focus_startup(gboolean reconfig)