Re: [PATCH weston 10/10] compositor-wayland: Simplify fullscreening for sprawl use case

2016-11-21 Thread Daniel Stone
Hi Armin, On 9 October 2016 at 16:30, Armin Krezović wrote: > wayland_output_set_fullscreen() already takes care of > everything and xdg_shell doesn't use any present methods > so a single call to wayland_output_set_fullscreen() is > sufficient. Ha, clever. I kind of wish I'd looked at this clos

[PATCH weston 10/10] compositor-wayland: Simplify fullscreening for sprawl use case

2016-10-09 Thread Armin Krezović
wayland_output_set_fullscreen() already takes care of everything and xdg_shell doesn't use any present methods so a single call to wayland_output_set_fullscreen() is sufficient. Signed-off-by: Armin Krezović --- libweston/compositor-wayland.c | 22 +++--- 1 file changed, 7 insert