add a reconfigure action, also reconfigure on SIGUSR2.
[mikachu/openbox.git] / openbox / client.h
index e257ad9..a737921 100644 (file)
@@ -240,8 +240,8 @@ struct _ObClient
 
 extern GList *client_list;
 
-void client_startup();
-void client_shutdown();
+void client_startup(gboolean reconfig);
+void client_shutdown(gboolean reconfig);
 
 void client_add_destructor(GDestroyNotify func);
 void client_remove_destructor(GDestroyNotify func);