summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-10 14:05:08 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-10 14:05:08 +0000
commite0b0c10914f29d33c1f4b4d20e1e63077bb33244 (patch)
tree75466a17a592cc748db5c590c4a75e9ed64e3b60 /src/bin
parent5766883b04dc1bca2ab15e2b22e5c8d72320dae7 (diff)
downloadenlightenment-e0b0c10914f29d33c1f4b4d20e1e63077bb33244.tar.gz
rename e_comp_shadow_set to e_comp_shadows_reset to be more descriptive about what it does
SVN revision: 82570
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/e_comp.c2
-rw-r--r--src/bin/e_comp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 4a7c5bb04c..faab25ef71 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -4200,7 +4200,7 @@ e_comp_config_get(void)
}
EAPI void
-e_comp_shadow_set(void)
+e_comp_shadows_reset(void)
{
Eina_List *l;
E_Comp *c;
diff --git a/src/bin/e_comp.h b/src/bin/e_comp.h
index 05af005c95..e096c7fd3a 100644
--- a/src/bin/e_comp.h
+++ b/src/bin/e_comp.h
@@ -15,7 +15,7 @@ EINTERN int e_comp_shutdown(void);
EAPI int e_comp_internal_save(void);
EAPI E_Comp_Config *e_comp_config_get(void);
-EAPI void e_comp_shadow_set(void);
+EAPI void e_comp_shadows_reset(void);
#endif
#endif