]> Dogcows Code - chaz/openbox/commitdiff
fix a debug print
authorDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 15:25:57 +0000 (15:25 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 15:25:57 +0000 (15:25 +0000)
openbox/client.c

index d94afccfb3092f2b4ab8a103979a23961b7dee85..4a3e8c372510225b5835b51da31c59689c162c6a 100644 (file)
@@ -377,7 +377,9 @@ void client_manage(Window window)
                  (!self->positioned ? "no" :
                   (self->positioned == PPosition ? "program specified" :
                    (self->positioned == USPosition ? "user specified" :
-                    "BADNESS !?"))), self->area.x, self->area.y);
+                    (self->positioned == PPosition | USPosition ?
+                     "program + user specified" :
+                     "BADNESS !?")))), self->area.x, self->area.y);
 
         transient = place_client(self, &placex, &placey, settings);
 
This page took 0.025352 seconds and 4 git commands to generate.