expose focus_cycle_client
This commit is contained in:
parent
b8e4eecc9f
commit
e68e6c6a53
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue