discomfitor pushed a commit to branch master.

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

commit de0b1b2d39f7fc7a17b32edfd69ff6fcdc7e8c04
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Apr 22 16:57:47 2015 -0400

    add E_PIXMAP_TYPE_NONE
    
    null type currently only used during comp init
---
 src/bin/e_pixmap.c | 1 +
 src/bin/e_pixmap.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index 0e04bc6..eff8887 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -245,6 +245,7 @@ e_pixmap_new(E_Pixmap_Type type, ...)
         eina_hash_add(pixmaps[type], &id, cp);
 #endif
         break;
+      default: break;
      }
    va_end(l);
    return cp;
diff --git a/src/bin/e_pixmap.h b/src/bin/e_pixmap.h
index 1bf3878..3ee277e 100644
--- a/src/bin/e_pixmap.h
+++ b/src/bin/e_pixmap.h
@@ -6,6 +6,7 @@ typedef enum
 {
    E_PIXMAP_TYPE_X,
    E_PIXMAP_TYPE_WL,
+   E_PIXMAP_TYPE_NONE,
 } E_Pixmap_Type;
 
 #else

-- 


Reply via email to