fixed debug flag being forced on.
This commit is contained in:
parent
767e04e090
commit
e811623978
1 changed files with 0 additions and 1 deletions
|
@ -1125,7 +1125,6 @@ void BlackboxWindow::getWMName(void) {
|
|||
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];
|
||||
|
|
Loading…
Reference in a new issue