From a3747725edd1d7a2d97e207d6c022089aad3ad25 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 22 May 2014 15:46:41 -0400 Subject: [PATCH] window-wayland: Don't use meta_window_get_position --- src/wayland/window-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/window-wayland.c b/src/wayland/window-wayland.c index d1bda3891..7ee6f07d3 100644 --- a/src/wayland/window-wayland.c +++ b/src/wayland/window-wayland.c @@ -347,7 +347,7 @@ meta_window_wayland_move_resize (MetaWindow *window, } else { - meta_window_get_position (window, &rect.x, &rect.y); + meta_window_get_frame_rect (window, &rect); } if (dx != 0 || dy != 0)