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

2012-11-19 Thread Ander Conselvan de Oliveira
On 11/17/2012 12:42 PM, 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 fixes the problem introduced

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

2012-11-17 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 6a615d2621, when this was last