summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-01 05:21:54 +0000
committerDana Jansens <danakj@orodu.net>2007-06-01 05:21:54 +0000
commiteb237bf379ca1f3b2ff524bc3a16f0cef3bbcc05 (patch)
tree6384ca6d58380e13ebbf14a4f166e425645db296 /openbox
parentaf42ac2a535d3625e689c3e60bc525f8a455fcd6 (diff)
add comment
Diffstat (limited to 'openbox')
-rw-r--r--openbox/frame.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 89358ac2..fef8b833 100644
--- 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);