Re: [PATCH weston v2] simple-egl: Reset opaque region if not fullscreen.

2012-11-19 Thread Kristian Høgsberg
On Mon, Nov 19, 2012 at 11:00:28AM -0700, Scott Moreau wrote: > If simple-egl is toggled fullscreen, the opqaue region is set for the surface > but never removed after exiting fullscreen. This patch resets the opaque > region > to 0 if the surface is not fullscreen and -o was not passed. This fixe

[PATCH weston v2] simple-egl: Reset opaque region if not fullscreen.

2012-11-19 Thread Scott Moreau
If simple-egl is toggled fullscreen, the opqaue region is set for the surface but never removed after exiting fullscreen. This patch resets the opaque region to 0 if the surface is not fullscreen and -o was not passed. This fixes the problem introduced sometime since d7f282b84e, when this was last