Re: [PATCH] xwm: Update input region on resize

2018-03-12 Thread Daniel Stone
Hi Scott, On 19 February 2018 at 19:18, Scott Moreau wrote: > Commit 332d1892 introduced a bug because the window was > shaped only when the frame was created, leaving the input > region unchanged regardless if the window was resized. > This patch updates the input region shape

Re: [PATCH] xwm: Update input region on resize

2018-03-12 Thread Pekka Paalanen
On Tue, 6 Mar 2018 20:13:54 +0100 Emmanuel Gil Peyrot wrote: > On Mon, Feb 19, 2018 at 12:18:51PM -0700, Scott Moreau wrote: > > Commit 332d1892 introduced a bug because the window was > > shaped only when the frame was created, leaving the input > > region unchanged

Re: [PATCH] xwm: Update input region on resize

2018-03-06 Thread Emmanuel Gil Peyrot
On Mon, Feb 19, 2018 at 12:18:51PM -0700, Scott Moreau wrote: > Commit 332d1892 introduced a bug because the window was > shaped only when the frame was created, leaving the input > region unchanged regardless if the window was resized. > This patch updates the input region shape on resize, >

[PATCH] xwm: Update input region on resize

2018-02-19 Thread Scott Moreau
Commit 332d1892 introduced a bug because the window was shaped only when the frame was created, leaving the input region unchanged regardless if the window was resized. This patch updates the input region shape on resize, fixing the problem. --- xwayland/window-manager.c | 46