<div dir="ltr"><div>I also noticed this in current master. This seems to fix the problem. :)<br><br></div>Reviewed-by: Nils Chr. Brause <<a href="mailto:nilschrbrause@gmail.com">nilschrbrause@gmail.com</a>><br><br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 21, 2014 at 2:51 AM, Ondřej Majerech <span dir="ltr"><<a href="mailto:majerech.o@gmail.com" target="_blank">majerech.o@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We want to set the size of the entire window, not just the input area.<br>
This fixes the bug where resizing an X client under XWayland would make<br>
the window snap to a smaller size, and the pointer would then stay a<br>
distance away from the frame.<br>
<br>
Signed-off-by: Ondřej Majerech <<a href="mailto:majerech.o@gmail.com">majerech.o@gmail.com</a>><br>
---<br>
 xwayland/window-manager.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c<br>
index f1523f5..36df855 100644<br>
--- a/xwayland/window-manager.c<br>
+++ b/xwayland/window-manager.c<br>
@@ -1009,7 +1009,7 @@ weston_wm_window_draw_decoration(void *data)<br>
                                          input_x, input_y, input_w, input_h);<br>
<br>
                shell_interface->set_window_geometry(window->shsurf,<br>
-                                                    input_x, input_y, input_w, input_h);<br>
+                                                    x, y, width, height);<br>
        }<br>
 }<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
2.0.4<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>