diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 04:20:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 04:20:02 +0000 |
| commit | 2a84418ee441d77d0d07760cbfc8359d0db624f4 (patch) | |
| tree | c942551e397d70c0a942293c19a1d88dcb137891 | |
| parent | be3b78736fc171da4f14c99a22b858ad03237fd8 (diff) | |
missed one
| -rw-r--r-- | openbox/openbox.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 76b3b53f..4c2c185f 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -328,9 +328,7 @@ gint main(gint argc, gchar **argv) for (it = client_list; it; it = g_list_next(it)) { ObClient *c = it->data; /* the new config can change the window's decorations */ - client_setup_decor_and_functions(c); - /* redraw the frames */ - frame_adjust_area(c->frame, TRUE, TRUE, FALSE); + client_setup_decor_and_functions(c, TRUE); } } |
