projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fabd7b
)
add a debug print
author
Dana Jansens
<danakj@orodu.net>
Thu, 24 May 2007 20:33:55 +0000
(20:33 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 24 May 2007 20:33:55 +0000
(20:33 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index c8f26dcc5ba28748f4d252b1d6a4ec1a3ba871c5..14f44ea2ed292b4c6b342b843840b5e2ef59196f 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-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);