all repos — fluxbox @ 34656ac6226af7866590fb02d75dbb87de2d5496

custom fork of the fluxbox windowmanager

Returning EXIT_FAILURE on exit in fluxbox-remote.
Paul Tagliamonte paultag@fluxbox.org
commit

34656ac6226af7866590fb02d75dbb87de2d5496

parent

118ea25f9d581de6fc2c57dde7b8737cbba6faf4

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

jump to
M util/fluxbox-remote.ccutil/fluxbox-remote.cc

@@ -57,6 +57,7 @@

disp = XOpenDisplay(NULL); if (!disp) { perror("error, can't open display."); + rc = EXIT_FAILURE; return rc; }