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/screen.c | |
| parent | 8562034e30e8b319a746009859cbefc1f41b41f5 (diff) | |
add a RECONFIGURING state, and enter that when doing reconfiguring
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 2e48f85c..15b3c8d8 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -492,7 +492,7 @@ void screen_resize(void) PROP_SETA32(RootWindow(ob_display, ob_screen), net_desktop_geometry, cardinal, geometry, 2); - if (ob_state() == OB_STATE_STARTING) + if (ob_state() != OB_STATE_RUNNING) return; screen_update_areas(); |
