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/keyboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/keyboard.h') diff --git a/openbox/keyboard.h b/openbox/keyboard.h index aa171221..ec51fade 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -12,8 +12,8 @@ struct _ObAction; extern KeyBindingTree *keyboard_firstnode; -void keyboard_startup(); -void keyboard_shutdown(); +void keyboard_startup(gboolean reconfig); +void keyboard_shutdown(gboolean reconfig); gboolean keyboard_bind(GList *keylist, ObAction *action); -- cgit v1.2.3