only configure the engine if something changed

This commit is contained in:
Dana Jansens 2003-03-24 19:59:46 +00:00
parent 3fb9753fa4
commit 0d84c43d2a

View file

@ -1390,6 +1390,7 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h,
/* move/resize the frame to match the request */ /* move/resize the frame to match the request */
if (self->frame) { if (self->frame) {
if (moved || resized)
engine_frame_adjust_area(self->frame, moved, resized); engine_frame_adjust_area(self->frame, moved, resized);
if (moved) { if (moved) {