diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 15:37:07 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 15:40:11 -0500 |
| commit | 7ea56abf05b9e6cd4e806dbfa1146562378edc7b (patch) | |
| tree | 8875e2fdc795cd3c291fba0b06f3ba94d196acf4 /openbox/misc.h | |
| parent | 8562034e30e8b319a746009859cbefc1f41b41f5 (diff) | |
add a RECONFIGURING state, and enter that when doing reconfiguring
Diffstat (limited to 'openbox/misc.h')
| -rw-r--r-- | openbox/misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
