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:
e5e31d0
)
e_plane: fix the build the warning
author
SooChan Lim
<sc1.lim@samsung.com>
Thu, 16 Jun 2016 08:26:11 +0000
(17:26 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Thu, 16 Jun 2016 08:26:11 +0000
(17:26 +0900)
Change-Id: I08c8648cef0253397050d4d0ff83aca721720783
src/bin/e_plane.c
patch
|
blob
|
history
diff --git
a/src/bin/e_plane.c
b/src/bin/e_plane.c
index b89c3f23b05c5b1df666646d61d7c68ff3aa6959..c929053497f1a334e9c71210c9867704cf52b2fd 100644
(file)
--- a/
src/bin/e_plane.c
+++ b/
src/bin/e_plane.c
@@
-912,7
+912,7
@@
e_plane_new(E_Output *output, int index)
tdm_layer_capability layer_capabilities;
char name[40];
E_Plane_Renderer *renderer = NULL;
-
unsigned
int zpos;
+ int zpos;
EINA_SAFETY_ON_NULL_RETURN_VAL(output, NULL);