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/event.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/event.h') diff --git a/openbox/event.h b/openbox/event.h index 0c6c7b97..263e4ec7 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -11,7 +11,7 @@ extern guint NumLockMask; /*! The value of the mask for the ScrollLock modifier */ extern guint ScrollLockMask; -void event_startup(); -void event_shutdown(); +void event_startup(gboolean reconfig); +void event_shutdown(gboolean reconfig); #endif -- cgit v1.2.3