diff --git a/src/wayland/window-wayland.c b/src/wayland/window-wayland.c index ee5f047b0..b8bd102e2 100644 --- a/src/wayland/window-wayland.c +++ b/src/wayland/window-wayland.c @@ -207,12 +207,8 @@ meta_window_wayland_move_resize_internal (MetaWindow *window, } } - if (wl_window->last_sent_width != constrained_rect.width || - wl_window->last_sent_height != constrained_rect.height) - { - wl_window->last_sent_width = constrained_rect.width; - wl_window->last_sent_height = constrained_rect.height; - } + wl_window->last_sent_width = constrained_rect.width; + wl_window->last_sent_height = constrained_rect.height; if (can_move_now) {