https://bugzilla.gnome.org/show_bug.cgi?id=783901

Jonas Ådahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #366644|none                        |reviewed
             status|                            |

--- Comment #39 from Jonas Ådahl <[email protected]> ---
Review of attachment 366644:

::: src/wayland/meta-window-wayland.c
@@ +237,3 @@
+      window->rect.x = configured_x;
+      window->rect.y = configured_y;
+      can_move_now = TRUE;

Not exactly what I meant. can_move_now being true will make the x/y = .. above
happen later in this function (under "if (can_move_now)". Thus should be enough
to just do can_move_now = TRUE; here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to