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/moveresize.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/moveresize.h') diff --git a/openbox/moveresize.h b/openbox/moveresize.h index 65d83ab2..a5391c5a 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -8,8 +8,8 @@ struct _ObClient; extern gboolean moveresize_in_progress; extern struct _ObClient *moveresize_client; -void moveresize_startup(); -void moveresize_shutdown(); +void moveresize_startup(gboolean reconfig); +void moveresize_shutdown(gboolean reconfig); void moveresize_start(struct _ObClient *c, int x, int y, guint button, guint32 corner); -- cgit v1.2.3