add comment
This commit is contained in:
parent
af42ac2a53
commit
eb237bf379
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue