projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af42ac2
)
add comment
author
Dana Jansens
<danakj@orodu.net>
Fri, 1 Jun 2007 05:21:54 +0000
(
05:21
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 1 Jun 2007 05:21:54 +0000
(
05:21
+0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index 89358ac2ee7f88fbd5d3f354ab66de0aadf8a58f..fef8b833dae752aa73b8081bf28187f94e8ef57e 100644
(file)
--- a/
openbox/frame.c
+++ b/
openbox/frame.c
@@
-765,7
+765,9
@@
void frame_adjust_area(ObFrame *self, gboolean moved,
self->area.height);
/* when the client has StaticGravity, it likes to move around.
- also this correctly positions the client when it maps */
+ also this correctly positions the client when it maps.
+ this also needs to be run when the frame's decorations sizes change!
+ */
XMoveWindow(ob_display, self->client->window,
self->size.left, self->size.top);