all repos — openbox @ 5301ee3c89920fde45ae501d21ecc6f5e875cd4d

openbox fork - make it a bit more like ryudo

oops missed one
Dana Jansens danakj@orodu.net
commit

5301ee3c89920fde45ae501d21ecc6f5e875cd4d

parent

52a6fc08309c7eb615de81cc91d5d7a7bffb66f4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -128,7 +128,7 @@ parse_args(argc, argv);

ob_display = XOpenDisplay(NULL); if (ob_display == NULL) - exit_with_error("Failed to open the display."); + ob_exit_with_error("Failed to open the display."); if (fcntl(ConnectionNumber(ob_display), F_SETFD, 1) == -1) ob_exit_with_error("Failed to set display as close-on-exec.");