diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 04:26:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 04:26:14 +0000 |
| commit | 123ee25c59bcb875e6aff82c7dda299a15c79a2d (patch) | |
| tree | dc2d827d4d88ba87ffe75d1db09d9f786f97ea14 /openbox/openbox.c | |
| parent | 2a84418ee441d77d0d07760cbfc8359d0db624f4 (diff) | |
final touches for r6990-6992
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 4c2c185f..ce92d522 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -329,6 +329,8 @@ 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); + /* redraw the frames */ + frame_adjust_area(c->frame, TRUE, TRUE, FALSE); } } |
