[Wayland-bugs] [Bug 783901] Restoring maximized window state in Wayland results in tiny window

mutter (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 11 09:48:21 UTC 2018


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

Jonas Ådahl <jadahl at gmail.com> changed:

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

--- Comment #39 from Jonas Ådahl <jadahl at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20180111/d1faa11b/attachment.html>


More information about the wayland-bugs mailing list