projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b70759
)
e_pixmap: dummy id starts from 1
36/143936/1
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Mon, 14 Aug 2017 05:07:40 +0000
(14:07 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Mon, 14 Aug 2017 05:07:48 +0000
(14:07 +0900)
Change-Id: If46bb1c156b6385abccf23a7281cae07a0ca6386
src/bin/e_pixmap.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pixmap.c
b/src/bin/e_pixmap.c
index 24c3a3addff312c427194994928fc6f911824dbd..f985f7f2277c7dd2a24fee2fb0e90da3f9c10909 100644
(file)
--- 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
{