Add Async support for Wayland Shm Engine.
authorChristopher Michael <cp.michael@samsung.com>
Wed, 27 Feb 2013 09:50:10 +0000 (09:50 +0000)
committerChris Michael <cp.michael@samsung.com>
Tue, 12 Mar 2013 12:52:25 +0000 (12:52 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h

index 9ca11c3..b968825 100644 (file)
@@ -61,7 +61,7 @@ void _ecore_evas_wl_common_maximized_set(Ecore_Evas *ee, int max);
 void _ecore_evas_wl_common_fullscreen_set(Ecore_Evas *ee, int full);
 void _ecore_evas_wl_common_ignore_events_set(Ecore_Evas *ee, int ignore);
 int  _ecore_evas_wl_common_pre_render(Ecore_Evas *ee);
-int  _ecore_evas_wl_common_render_updates(Ecore_Evas *ee);
+/* int  _ecore_evas_wl_common_render_updates(Ecore_Evas *ee); */
 void _ecore_evas_wl_common_post_render(Ecore_Evas *ee);
 int  _ecore_evas_wl_common_render(Ecore_Evas *ee);
 void _ecore_evas_wl_common_screen_geometry_get(const Ecore_Evas *ee, int *x, int *y, int *w, int *h);