Re: [PATCH 1/3] xwayland: Fix input coordinates of non-decorated windows

2017-12-05 Thread Daniel Stone
Hi Scott, On 24 June 2017 at 08:18, Scott Moreau wrote: > Windows without decorations drawn by the xwayland window manager had > wrong input coordinates because weston_wm_window_get_child_position was > giving wrong x/y offsets. Set the offsets to 0 for windows without > system decorations. I tr

[PATCH 1/3] xwayland: Fix input coordinates of non-decorated windows

2017-06-24 Thread Scott Moreau
Windows without decorations drawn by the xwayland window manager had wrong input coordinates because weston_wm_window_get_child_position was giving wrong x/y offsets. Set the offsets to 0 for windows without system decorations. --- xwayland/window-manager.c | 2 +- 1 file changed, 1 insertion(+),