all repos — openbox @ ca9fe26a6b169c905d990c55a642ba5f00a791a0

openbox fork - make it a bit more like ryudo

use EXIT_SUCCESS. it's the same thing, but more correct.
Dana Jansens danakj@orodu.net
commit

ca9fe26a6b169c905d990c55a642ba5f00a791a0

parent

7fdfb9dbf63a6d3b4d0e682b789bc541c8de09b7

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

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

@@ -137,7 +137,7 @@ * remote_control = 2 -> restart */

PROP_MSG(RootWindow(ob_display, ob_screen), ob_control, remote_control, 0, 0, 0); XCloseDisplay(ob_display); - exit(0); + exit(EXIT_SUCCESS); } ob_main_loop = ob_main_loop_new(ob_display);