diff options
Diffstat (limited to 'openbox/focus.h')
| -rw-r--r-- | openbox/focus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/focus.h b/openbox/focus.h index b12caf7b..1b1ce066 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -14,8 +14,8 @@ extern struct _ObClient *focus_client; /*! The recent focus order on each desktop */ extern GList **focus_order; -void focus_startup(); -void focus_shutdown(); +void focus_startup(gboolean reconfig); +void focus_shutdown(gboolean reconfig); /*! Specify which client is currently focused, this doesn't actually send focus anywhere, its called by the Focus event handlers */ |
