devilhorns pushed a commit to branch master.

commit 6d3c50c3b69b99578639a37ee209430fc414eb9f
Author: Chris Michael <[email protected]>
Date:   Tue Sep 10 14:28:18 2013 +0100

    On a swapbuf reconfigure, don't check for alpha changing state.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/wayland_shm/evas_swapbuf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/evas/engines/wayland_shm/evas_swapbuf.c 
b/src/modules/evas/engines/wayland_shm/evas_swapbuf.c
index ccb51ca..fe103d3 100644
--- a/src/modules/evas/engines/wayland_shm/evas_swapbuf.c
+++ b/src/modules/evas/engines/wayland_shm/evas_swapbuf.c
@@ -96,8 +96,8 @@ evas_swapbuf_reconfigure(Outbuf *ob, int x, int y, int w, int 
h, unsigned int ro
    if (!ob) return;
 
    /* check that something was actually changed */
-   if ((ob->w == w) && (ob->h == h) && (ob->rotation == rotation) && 
-       (ob->depth == depth) && (ob->priv.destination_alpha == alpha))
+   if ((ob->w == w) && (ob->h == h) && 
+       (ob->rotation == rotation) && (ob->depth == depth)) 
      return;
 
    /* set some properties */

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

Reply via email to