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/mouse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/mouse.h') diff --git a/openbox/mouse.h b/openbox/mouse.h index 7b0f5ad5..4e68bf1a 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -15,8 +15,8 @@ typedef enum { OB_MOUSE_NUM_ACTIONS } ObMouseAction; -void mouse_startup(); -void mouse_shutdown(); +void mouse_startup(gboolean reconfig); +void mouse_shutdown(gboolean reconfig); gboolean mouse_bind(char *buttonstr, char *contextstr, ObMouseAction mact, ObAction *action); -- cgit v1.2.3