simple-egl: Set the opaque region if windowed and -o is passed
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Mon, 10 Sep 2012 12:55:53 +0000 (15:55 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 14 Sep 2012 17:54:28 +0000 (13:54 -0400)
commitd7f282b84e1729f4692488a8af7e696e4d6b69d7
treefa1066ca5015ad1ce5dd9242449b9da87b8416f2
parent231ba171c6af2e379c45e4ae997cb56573f87375
simple-egl: Set the opaque region if windowed and -o is passed

Since commit 6a615d262141de7cf094788203d9c044dfb9f08d [1], the opaque
region would be set only when running fullscreen. Having it set
properly for the windowed case is helpful to test the overlay path in
compositor-drm.

What this patch does is:

 - reverts the above commit;
 - remove the "if fullscreen make the window opaque" conditional, that
   should have been removed when -o was introduced and was actually the
   cause for the bug solved in [1];
 - sets the opaque region when running fullscreen, regardless of the -o
   switch.

[1] commit 6a615d262141de7cf094788203d9c044dfb9f08d
    Author: Scott Moreau <oreaus@gmail.com>
    Date:   Thu Aug 30 14:44:16 2012 -0600

        simple-egl: Only set alpha_size=0 when -o is passed.

v2: - Clarify in the commit message that this does not regress the bug
      solved in [1].
    - Use the correct sha1 for the reverted commit.
clients/simple-egl.c