all repos — openbox @ e81162397896f1d6b954ac849bd636afc177f90e

openbox fork - make it a bit more like ryudo

fixed debug flag being forced on.
Scott Moynes smoynes@nexus.carleton.ca
commit

e81162397896f1d6b954ac849bd636afc177f90e

parent

767e04e090eb94850da6cf746278c152f464cf1b

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

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

@@ -1125,7 +1125,6 @@ client.title = i18n(WindowSet, WindowUnnamed, "Unnamed");

xatom->setValue(client.window, XAtom::net_wm_visible_name, XAtom::utf8, client.title); -#define DEBUG_WITH_ID 1 #ifdef DEBUG_WITH_ID // the 16 is the 8 chars of the debug text plus the number char *tmp = new char[client.title.length() + 16];