X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=95a58198249d9dcf9ce66b33315021d0c66e6b8f;hb=e0c1978c516e3463ec3fdd66fba323fd514e2494;hp=829960eb336c698b377db217da35e130ff18032b;hpb=45e2039a58d41a9e104a61232b30cea5d3d2fce6;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 829960eb..95a58198 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -294,7 +294,7 @@ gint main(gint argc, gchar **argv) ObWindow *w; /* get all the existing windows */ - client_manage_all(); + window_manage_all(); focus_nothing(); /* focus what was focused if a wm was already running */ @@ -327,10 +327,8 @@ gint main(gint argc, gchar **argv) obt_main_loop_run(ob_main_loop); state = OB_STATE_EXITING; - if (!reconfigure) { - dock_remove_all(); - client_unmanage_all(); - } + if (!reconfigure) + window_unmanage_all(); menu_shutdown(reconfigure); menu_frame_shutdown(reconfigure);