expose focus_cycle_client

This commit is contained in:
Dana Jansens 2003-09-08 18:20:09 +00:00
parent b8e4eecc9f
commit e68e6c6a53
2 changed files with 3 additions and 1 deletions

View 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)

View 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;