Re: [PATCH weston] xwayland: Correct input for undecorated clients

2015-03-27 Thread Pekka Paalanen
On Sat, 21 Mar 2015 21:24:43 -0700 "Jasper St. Pierre" wrote: > We were correctly handling decorated and fullscreen clients, but left > uninitialized values in the input region for undecorated clients. Fix > this behavior. > --- > xwayland/window-manager.c | 12 ++-- > 1 file changed, 6

[PATCH weston] xwayland: Correct input for undecorated clients

2015-03-21 Thread Jasper St. Pierre
We were correctly handling decorated and fullscreen clients, but left uninitialized values in the input region for undecorated clients. Fix this behavior. --- xwayland/window-manager.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xwayland/window-manager.c b/xway