]> Dogcows Code - chaz/openbox/commitdiff
add a debug print
authorDana Jansens <danakj@orodu.net>
Thu, 24 May 2007 20:33:55 +0000 (20:33 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 24 May 2007 20:33:55 +0000 (20:33 +0000)
openbox/client.c

index c8f26dcc5ba28748f4d252b1d6a4ec1a3ba871c5..14f44ea2ed292b4c6b342b843840b5e2ef59196f 100644 (file)
@@ -397,6 +397,9 @@ void client_manage(Window window)
             self->area.width = MIN(self->area.width, a.width);
             self->area.height = MIN(self->area.height, a.height);
 
+            ob_debug("setting window size to %dx%d\n",
+                     self->area.width, self->area.height);
+
             /* adjust the frame to the client's new size */
             frame_adjust_area(self->frame, FALSE, TRUE, FALSE);
             frame_adjust_client_area(self->frame);
This page took 0.02516 seconds and 4 git commands to generate.