]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
add a reconfigure action, also reconfigure on SIGUSR2.
[chaz/openbox] / openbox / focus.h
index b12caf7be156cbe379c55a9346227c9fe761adff..1b1ce066c337930b595fea37951c10c51e5b2bea 100644 (file)
@@ -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 */
This page took 0.020279 seconds and 4 git commands to generate.