diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-29 00:07:53 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-29 00:07:53 +0000 |
| commit | e81162397896f1d6b954ac849bd636afc177f90e (patch) | |
| tree | 40a94728f445826337d009aa8eeaab985d27f524 /src/Window.cc | |
| parent | 767e04e090eb94850da6cf746278c152f464cf1b (diff) | |
fixed debug flag being forced on.
Diffstat (limited to 'src/Window.cc')
| -rw-r--r-- | src/Window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 9d00caf2..2e465a0b 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -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]; |
