e_pixmap: dummy id starts from 1 36/143936/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Mon, 14 Aug 2017 05:07:40 +0000 (14:07 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Mon, 14 Aug 2017 05:07:48 +0000 (14:07 +0900)
Change-Id: If46bb1c156b6385abccf23a7281cae07a0ca6386

src/bin/e_pixmap.c

index 24c3a3a..f985f7f 100644 (file)
@@ -14,7 +14,7 @@ static Eina_Hash *pixmaps[E_PIXMAP_TYPE_MAX] = {NULL};
 static Eina_Hash *res_ids = NULL;
 static uint32_t res_id = 0;
 static Eina_Hash *aliases[E_PIXMAP_TYPE_MAX] = {NULL};
-static uint32_t dummy_pixmap_id = 0;
+static uint32_t dummy_pixmap_id = 1; // dummy id starts from 1
 
 struct _E_Pixmap
 {