From 7ea56abf05b9e6cd4e806dbfa1146562378edc7b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Mar 2008 15:37:07 -0500 Subject: add a RECONFIGURING state, and enter that when doing reconfiguring --- openbox/openbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index 4f2310f8..06d38297 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -52,6 +52,7 @@ extern gboolean ob_debug_xinerama; /* The state of execution of the window manager */ ObState ob_state(); +void ob_set_state(ObState state); void ob_restart_other(const gchar *path); void ob_restart(); -- cgit v1.2.3