Re: [PATCH weston] xwayland: fix fullscreening

2014-11-21 Thread Pekka Paalanen
On Thu, 30 Oct 2014 23:14:30 +0900 Ryo Munakata wrote: > On Wed, 29 Oct 2014 13:44:44 +0100 > Marek Chalupa wrote: > > > set_fullscreen has been sending configure before changing the state > > and xwayland windows added border to the fullscreen size. > > > > This fixes the bug: > > https://bug

Re: [PATCH weston] xwayland: fix fullscreening

2014-10-30 Thread Ryo Munakata
On Wed, 29 Oct 2014 13:44:44 +0100 Marek Chalupa wrote: > set_fullscreen has been sending configure before changing the state > and xwayland windows added border to the fullscreen size. > > This fixes the bug: > https://bugs.freedesktop.org/show_bug.cgi?id=83502 > > Signed-off-by: Marek Chalupa

[PATCH weston] xwayland: fix fullscreening

2014-10-29 Thread Marek Chalupa
set_fullscreen has been sending configure before changing the state and xwayland windows added border to the fullscreen size. This fixes the bug: https://bugs.freedesktop.org/show_bug.cgi?id=83502 Signed-off-by: Marek Chalupa --- desktop-shell/shell.c | 4 ++-- xwayland/window-manager.c | 2