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:
35d08b9
)
return an accurate value for override clients in e_comp_object_util_zone_get()
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 17 Jun 2015 19:58:39 +0000
(15:58 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 17 Jun 2015 19:58:39 +0000
(15:58 -0400)
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index
02b8ffe
..
d1913ee
100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-2680,12
+2680,12
@@
e_comp_object_frame_extends_get(Evas_Object *obj, int *x, int *y, int *w, int *h
E_API E_Zone *
e_comp_object_util_zone_get(Evas_Object *obj)
{
- E_Zone *zone;
+ E_Zone *zone
= NULL
;
SOFT_ENTRY(NULL);
if (cw)
zone = cw->ec->zone;
- else
+ if (!zone)
{
int x, y;