diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-01 03:36:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-01 03:36:06 +0000 |
| commit | 12a4cc4cbe382a36ab255676816b9e8bbe457c6b (patch) | |
| tree | f3e5d890aaddade7363931949d8bb9016f45369b | |
| parent | bfd20c7a847cb70038381d06a0cbe7d003069d28 (diff) | |
configre teh dock after finding the new screen sizes
| -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 3c2010a1..1b9887d9 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -353,8 +353,8 @@ void screen_resize() if (ob_state() == OB_STATE_STARTING) return; - dock_configure(); screen_update_areas(); + dock_configure(); for (it = client_list; it; it = it->next) client_move_onscreen(it->data, FALSE); |
