devilhorns pushed a commit to branch master.

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

    Fix check for Outbuf alpha.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/drm/evas_outbuf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/drm/evas_outbuf.c 
b/src/modules/evas/engines/drm/evas_outbuf.c
index 06c8dbc..420e431 100644
--- a/src/modules/evas/engines/drm/evas_outbuf.c
+++ b/src/modules/evas/engines/drm/evas_outbuf.c
@@ -33,7 +33,7 @@ void
 evas_outbuf_reconfigure(Outbuf *ob, int w, int h, unsigned int rotation, 
unsigned int depth, Eina_Bool alpha)
 {
    /* check for changes */
-   if ((ob->w == w) && (ob->h == h) && (ob->alpha == alpha) && 
+   if ((ob->w == w) && (ob->h == h) && (ob->destination_alpha == alpha) && 
        (ob->rotation == rotation) && (ob->depth == depth)) return;
 
    /* set new outbuf properties */

-- 

------------------------------------------------------------------------------
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