]> Dogcows Code - chaz/openbox/commitdiff
expose focus_cycle_client
authorDana Jansens <danakj@orodu.net>
Mon, 8 Sep 2003 18:20:09 +0000 (18:20 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 8 Sep 2003 18:20:09 +0000 (18:20 +0000)
openbox/focus.c
openbox/focus.h

index 36be7456659e74719596657a1545886dd1f1258c..e6e6bba1bf4d20435868b0de9b15c830b07bed01 100644 (file)
@@ -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)
index 1b1ce066c337930b595fea37951c10c51e5b2bea..87f9375ae348ae8843dfb8197be41eb6e8a96246 100644 (file)
@@ -10,6 +10,8 @@ struct _ObClient;
 
 /*! The client which is currently focused */
 extern struct _ObClient *focus_client;
+/*! The client which appears focused during a focus cycle operation */
+extern struct _ObClient *focus_cycle_target;
 
 /*! The recent focus order on each desktop */
 extern GList **focus_order;
This page took 0.02904 seconds and 4 git commands to generate.