all repos — openbox @ 49974f6916c98a23189daefa19dd79986629fe8f

openbox fork - make it a bit more like ryudo

dont put DEBUG: in the printf
Dana Jansens danakj@orodu.net
commit

49974f6916c98a23189daefa19dd79986629fe8f

parent

50002f2ceb4234145f3977bb14752dc930ada26c

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

jump to
M src/client.ccsrc/client.cc

@@ -581,7 +581,7 @@

if (ur != _urgent) { _urgent = ur; #ifdef DEBUG - printf("DEBUG: Urgent Hint for 0x%lx: %s\n", + printf("Urgent Hint for 0x%lx: %s\n", (long)_window, _urgent ? "ON" : "OFF"); #endif // fire the urgent callback if we're mapped, otherwise, wait until after