summaryrefslogtreecommitdiff
path: root/src/bin/e_comp.c
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-07-21 16:20:04 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-07-21 14:43:37 -0400
commit263ee545457bf4f5b473c9cd4fd11cb41c2d23df (patch)
treef00d25678ea85e143bdb9f397e20edec3dbce0ae /src/bin/e_comp.c
parent35b1d20b818aafc01bbd2eed1259d913a431c3ce (diff)
downloadenlightenment-263ee545457bf4f5b473c9cd4fd11cb41c2d23df.tar.gz
rename bg_blank_object -> resize_object for a more accurate name
Diffstat (limited to 'src/bin/e_comp.c')
-rw-r--r--src/bin/e_comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 0a7ad4e581..8cda44c6fc 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -567,7 +567,7 @@ _e_comp_shapes_update_object_checker_function_thingy(Evas_Object *o)
Eina_List *l;
E_Zone *zone;
- if (o == e_comp->canvas->bg_blank_object) return EINA_TRUE;
+ if (o == e_comp->canvas->resize_object) return EINA_TRUE;
EINA_LIST_FOREACH(e_comp->zones, l, zone)
{
if ((o == zone->over) || (o == zone->base)) return EINA_TRUE;