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