[mutter] window-wayland: Don't use meta_window_get_position



commit a3747725edd1d7a2d97e207d6c022089aad3ad25
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu May 22 15:46:41 2014 -0400

    window-wayland: Don't use meta_window_get_position

 src/wayland/window-wayland.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/window-wayland.c b/src/wayland/window-wayland.c
index d1bda38..7ee6f07 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]