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/grab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/grab.h') diff --git a/openbox/grab.h b/openbox/grab.h index 39489ed2..b4b2161b 100644 --- a/openbox/grab.h +++ b/openbox/grab.h @@ -6,8 +6,8 @@ #include #include -void grab_startup(); -void grab_shutdown(); +void grab_startup(gboolean reconfig); +void grab_shutdown(gboolean reconfig); gboolean grab_keyboard(gboolean grab); gboolean grab_pointer(gboolean grab, ObCursor cur); -- cgit v1.2.3