raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=956aac93411f8b3b8f627beeb0431ba61b9a7114

commit 956aac93411f8b3b8f627beeb0431ba61b9a7114
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Feb 11 10:47:02 2015 +0900

    e - fix build. build break!
---
 src/bin/e_pixmap.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index ee2f53a..9a84e0b 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -895,10 +895,10 @@ e_pixmap_image_opaque_set(E_Pixmap *cp, int x, int y, int 
w, int h)
 #if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
    EINA_RECTANGLE_SET(&cp->opaque, x, y, w, h);
 #else
-   (void)l;
-   (void)r;
-   (void)t;
-   (void)b;
+   (void)x;
+   (void)y;
+   (void)w;
+   (void)h;
 #endif
 }
 

-- 


Reply via email to