X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=012666dc2668bd0170d33efcd1f7555842e1f2ba;hb=9e05faf3d6ac1c527032efb7210de8bbfeb2212c;hp=d6da5ec7a60aee9e390883fbf3c1fe3991809c6c;hpb=0ffd1ccc4701a9814e6ee570461b1250dd16f1e3;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index d6da5ec7..012666dc 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -148,7 +148,7 @@ gint main(gint argc, gchar **argv) * remote_control = 2 -> restart */ OBT_PROP_MSG(ob_screen, obt_root(ob_screen), OB_CONTROL, remote_control, 0, 0, 0, 0); - obt_display_close(obt_display); + obt_display_close(); exit(EXIT_SUCCESS); } @@ -384,7 +384,7 @@ gint main(gint argc, gchar **argv) session_shutdown(being_replaced); - obt_display_close(obt_display); + obt_display_close(); if (restart) { if (restart_path != NULL) {