From 806a8c411f10c7a2292bfac15d77c8609f56ee71 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 18:11:39 +0000 Subject: add a reconfigure action, also reconfigure on SIGUSR2. support reconfiguring throughout the entire codebase. --- openbox/group.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/group.h') diff --git a/openbox/group.h b/openbox/group.h index 8840601a..293f6b01 100644 --- a/openbox/group.h +++ b/openbox/group.h @@ -18,8 +18,8 @@ struct _ObGroup extern GHashTable *group_map; -void group_startup(); -void group_shutdown(); +void group_startup(gboolean reconfig); +void group_shutdown(gboolean reconfig); ObGroup *group_add(Window leader, struct _ObClient *client); -- cgit v1.2.3