mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
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
This commit is contained in:
parent
1d280d8fa1
commit
5df5b00927
@ -312,7 +312,6 @@ meta_window_wayland_move_resize_internal (MetaWindow *window,
|
|||||||
|
|
||||||
if (new_x != window->rect.x || new_y != window->rect.y)
|
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->has_pending_move = TRUE;
|
||||||
wl_window->pending_move_x = new_x;
|
wl_window->pending_move_x = new_x;
|
||||||
wl_window->pending_move_y = new_y;
|
wl_window->pending_move_y = new_y;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user