[mutter] window-wayland: Don't use meta_window_get_position
- From: Jasper St. Pierre <jstpierre src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [mutter] window-wayland: Don't use meta_window_get_position
 
- Date: Thu, 22 May 2014 20:10:49 +0000 (UTC)
 
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]