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/misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/misc.h') diff --git a/openbox/misc.h b/openbox/misc.h index c73c9265..c1ec4075 100644 --- a/openbox/misc.h +++ b/openbox/misc.h @@ -60,7 +60,8 @@ typedef enum { OB_STATE_STARTING, OB_STATE_RUNNING, - OB_STATE_EXITING + OB_STATE_EXITING, + OB_STATE_RECONFIGURING } ObState; typedef enum -- cgit v1.2.3