Rename 'time' parameter in function prototype.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:20:55 +0000 (09:20 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:20:55 +0000 (09:20 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83275

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c

index c0f56ae..8055573 100644 (file)
@@ -19,7 +19,7 @@ static void _ecore_evas_wl_transparent_set(Ecore_Evas *ee, int transparent);
 static int  _ecore_evas_wl_render(Ecore_Evas *ee);
 
 /* Frame listener */
-static void _ecore_evas_wl_frame_complete(void *data, struct wl_callback *callback, uint32_t time);
+static void _ecore_evas_wl_frame_complete(void *data, struct wl_callback *callback, uint32_t tm);
 static const struct wl_callback_listener frame_listener =
 {
    _ecore_evas_wl_frame_complete,