diff options
author | Ulisses Furquim <ulisses.furquim@intel.com> | 2013-10-17 16:13:24 -0300 |
---|---|---|
committer | Ulisses Furquim <ulisses.furquim@intel.com> | 2013-10-18 14:43:08 -0300 |
commit | 3d3f33f3100dbdf4fb58e0f88086bec7f22725ad (patch) | |
tree | 44b55983c18de51eb310102fa7ce5096b1eb72d3 /src/lib/evas/include | |
parent | a3aa1ed7f047fde6c1e2bb87bd2b7431ef9b7b27 (diff) |
evas: change sync all canvases function name.
Change evas_render_sync() to evas_all_sync() to better describe what it does
and avoid confusions with evas_render() and friends.
Diffstat (limited to 'src/lib/evas/include')
-rw-r--r-- | src/lib/evas/include/evas_common_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/include/evas_common_private.h b/src/lib/evas/include/evas_common_private.h index 8d8b9f69e6..90272d374e 100644 --- a/src/lib/evas/include/evas_common_private.h +++ b/src/lib/evas/include/evas_common_private.h | |||
@@ -1255,7 +1255,7 @@ void evas_font_dir_cache_free(void); | |||
1255 | 1255 | ||
1256 | EAPI int evas_async_events_process_blocking(void); | 1256 | EAPI int evas_async_events_process_blocking(void); |
1257 | void evas_render_rendering_wait(Evas_Public_Data *evas); | 1257 | void evas_render_rendering_wait(Evas_Public_Data *evas); |
1258 | void evas_render_sync(void); | 1258 | void evas_all_sync(void); |
1259 | 1259 | ||
1260 | void evas_thread_init(void); | 1260 | void evas_thread_init(void); |
1261 | void evas_thread_shutdown(void); | 1261 | void evas_thread_shutdown(void); |