diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-07 22:34:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-07 22:34:05 +0000 |
| commit | 83e7a03e3ab90ae353cd26d931bf66cbbf1becff (patch) | |
| tree | 92e063604b50d876b4fb02ba7b4b134c95665177 /openbox | |
| parent | 100b54ff7a3f0eb6d6a48d37caf3bbdf05e29c9c (diff) | |
don't reconfigure twice
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index e3f52ce3..e8d5ae4d 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -332,7 +332,7 @@ gint main(gint argc, gchar **argv) ObClient *c = it->data; /* the new config can change the window's decorations */ - client_setup_decor_and_functions(c, TRUE); + client_setup_decor_and_functions(c, FALSE); /* redraw the frames */ frame_adjust_area(c->frame, TRUE, TRUE, FALSE); /* the decor sizes may have changed, so the windows may |
