[mutter] Revert "wayland: Mark pending moved as moved"



commit 5df5b009271acc4981e66c85316901a7be705851
Author: Rui Matos <tiagomatos gmail com>
Date:   Mon Sep 26 17:06:12 2016 +0200

    Revert "wayland: Mark pending moved as moved"
    
    This reverts commit 989ec7fc60d534a8167535795de141590be406bb.
    
    We now rely on accurately knowing if a window moved and/or resized in
    meta_window_move_resize_internal() so the wayland implementation can't
    lie any longer.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770345

 src/wayland/meta-window-wayland.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-window-wayland.c b/src/wayland/meta-window-wayland.c
index 1e77692..1527bcf 100644
--- a/src/wayland/meta-window-wayland.c
+++ b/src/wayland/meta-window-wayland.c
@@ -312,7 +312,6 @@ meta_window_wayland_move_resize_internal (MetaWindow                *window,
 
       if (new_x != window->rect.x || new_y != window->rect.y)
         {
-          *result |= META_MOVE_RESIZE_RESULT_MOVED;
           wl_window->has_pending_move = TRUE;
           wl_window->pending_move_x = new_x;
           wl_window->pending_move_y = new_y;


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