add E_PIXMAP_TYPE_NONE

null type currently only used during comp init
This commit is contained in:
Mike Blumenkrantz 2015-04-22 16:57:47 -04:00
parent 881e0ab805
commit de0b1b2d39
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -6,6 +6,7 @@ typedef enum
{
E_PIXMAP_TYPE_X,
E_PIXMAP_TYPE_WL,
E_PIXMAP_TYPE_NONE,
} E_Pixmap_Type;
#else