devilhorns pushed a commit to branch master.

commit 67c2a381441c882de4ba8c2f2a4f0696b6f8ec38
Author: Chris Michael <[email protected]>
Date:   Wed May 1 09:11:22 2013 +0100

    Ensure destination_alpha is set in Outbuf when we (re)configure.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/drm/evas_outbuf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/drm/evas_outbuf.c 
b/src/modules/evas/engines/drm/evas_outbuf.c
index 84a435e..06c8dbc 100644
--- a/src/modules/evas/engines/drm/evas_outbuf.c
+++ b/src/modules/evas/engines/drm/evas_outbuf.c
@@ -16,6 +16,7 @@ evas_outbuf_setup(int w, int h, unsigned int rotation, 
unsigned int depth, Eina_
    ob->h = h;
    ob->rotation = rotation;
    ob->depth = depth;
+   ob->destination_alpha = alpha;
 
    /* return the allocated outbuf structure */
    return ob;
@@ -40,5 +41,5 @@ evas_outbuf_reconfigure(Outbuf *ob, int w, int h, unsigned 
int rotation, unsigne
    ob->h = h;
    ob->rotation = rotation;
    ob->depth = depth;
-   ob->alpha = alpha;
+   ob->destination_alpha = alpha;
 }

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to