Re: [PATCH] xwayland: Fix input coordinates of shadowless CSD windows

2017-06-24 Thread Scott Moreau
On Thu, May 18, 2017 at 6:26 AM, Pekka Paalanen wrote: > On Tue, 2 May 2017 10:24:17 -0600 > Scott Moreau wrote: > > > This fixes wrong input coordinates when using clients like steam, > > that draw their own decorations and have no shadows. > > --- > > xwayland/window-manager.c | 30 +

Re: [PATCH] xwayland: Fix input coordinates of shadowless CSD windows

2017-05-18 Thread Pekka Paalanen
On Tue, 2 May 2017 10:24:17 -0600 Scott Moreau wrote: > This fixes wrong input coordinates when using clients like steam, > that draw their own decorations and have no shadows. > --- > xwayland/window-manager.c | 30 +- > 1 file changed, 17 insertions(+), 13 deletion

[PATCH] xwayland: Fix input coordinates of shadowless CSD windows

2017-05-02 Thread Scott Moreau
This fixes wrong input coordinates when using clients like steam, that draw their own decorations and have no shadows. --- xwayland/window-manager.c | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/xwayland/window-manager.c b/xwayland/window-mana