missed one
authorDana Jansens <danakj@orodu.net>
Mon, 28 May 2007 04:20:02 +0000 (04:20 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 28 May 2007 04:20:02 +0000 (04:20 +0000)
openbox/openbox.c

index 76b3b53..4c2c185 100644 (file)
@@ -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);
                 }
             }