]> Dogcows Code - chaz/openbox/commitdiff
add comment
authorDana Jansens <danakj@orodu.net>
Fri, 1 Jun 2007 05:21:54 +0000 (05:21 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 1 Jun 2007 05:21:54 +0000 (05:21 +0000)
openbox/frame.c

index 89358ac2ee7f88fbd5d3f354ab66de0aadf8a58f..fef8b833dae752aa73b8081bf28187f94e8ef57e 100644 (file)
@@ -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);
 
This page took 0.024812 seconds and 4 git commands to generate.