]> Dogcows Code - chaz/openbox/commitdiff
fixed debug flag being forced on.
authorScott Moynes <smoynes@nexus.carleton.ca>
Thu, 29 Aug 2002 00:07:53 +0000 (00:07 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Thu, 29 Aug 2002 00:07:53 +0000 (00:07 +0000)
src/Window.cc

index 9d00caf20575c9d3aea9c1ed009099ba743c9659..2e465a0bb87f88936f37ef963930e6079b355408 100644 (file)
@@ -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];
This page took 0.023384 seconds and 4 git commands to generate.