Re: [PATCH weston] desktop-shell: Don’t reconfigure an already fullscreen surface

2016-05-19 Thread Bryce Harrington
On Tue, May 10, 2016 at 10:18:14AM -0500, Yong Bakos wrote: > On May 9, 2016, at 8:22 PM, Emmanuel Gil Peyrot > wrote: > > > > When we receive an wl_shell_surface::set_fullscreen request for a > > surface that was already fullscreen, don’t do anything if the > > parameters are the same as the in

Re: [PATCH weston] desktop-shell: Don’t reconfigure an already fullscreen surface

2016-05-10 Thread Yong Bakos
On May 9, 2016, at 8:22 PM, Emmanuel Gil Peyrot wrote: > > When we receive an wl_shell_surface::set_fullscreen request for a > surface that was already fullscreen, don’t do anything if the > parameters are the same as the initial request. > > This prevents bogus or malicious clients from being a

[PATCH weston] desktop-shell: Don’t reconfigure an already fullscreen surface

2016-05-09 Thread Emmanuel Gil Peyrot
When we receive an wl_shell_surface::set_fullscreen request for a surface that was already fullscreen, don’t do anything if the parameters are the same as the initial request. This prevents bogus or malicious clients from being able to always stay on front by flooding the compositor with set_fulls