From 123ee25c59bcb875e6aff82c7dda299a15c79a2d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 04:26:14 +0000 Subject: final touches for r6990-6992 --- openbox/openbox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/openbox.c') 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); } } -- cgit v1.2.3