all repos — openbox @ 7fc226b65473b81870fd7135005adbc2482ef193

openbox fork - make it a bit more like ryudo

proper code style
Dana Jansens danakj@orodu.net
commit

7fc226b65473b81870fd7135005adbc2482ef193

parent

120ed7a650c31fc7aa6443f0bd408f041e2d8a86

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

jump to
M otk/display.ccotk/display.cc

@@ -100,9 +100,9 @@ if (fcntl(ConnectionNumber(display), F_SETFD, 1) == -1) {

printf(_("Couldn't mark display connection as close-on-exec.\n\n")); ::exit(1); } - if (! XSupportsLocale()) + if (!XSupportsLocale()) printf(_("X server does not support locale.\n")); - if (XSetLocaleModifiers("") == NULL) + if (!XSetLocaleModifiers("")) printf(_("Cannot set locale modifiers for the X server.\n")); // set our error handler for X errors