]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
expose focus_cycle_client
[chaz/openbox] / openbox / focus.h
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.020115 seconds and 4 git commands to generate.