X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=1b1ce066c337930b595fea37951c10c51e5b2bea;hb=806a8c411f10c7a2292bfac15d77c8609f56ee71;hp=b12caf7be156cbe379c55a9346227c9fe761adff;hpb=40902496a01b21b950f3672bf2ae9e100ba9b95c;p=chaz%2Fopenbox 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 */