From bac11861223528cf3aa36e9825d5d24b71fff9e3 Mon Sep 17 00:00:00 2001 From: Juyeon Lee Date: Mon, 14 Aug 2017 14:07:40 +0900 Subject: [PATCH] e_pixmap: dummy id starts from 1 Change-Id: If46bb1c156b6385abccf23a7281cae07a0ca6386 --- src/bin/e_pixmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c index 24c3a3a..f985f7f 100644 --- a/src/bin/e_pixmap.c +++ b/src/bin/e_pixmap.c @@ -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 { -- 2.7.4