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

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

index 24f17d8..c0f56ae 100644 (file)
@@ -463,7 +463,7 @@ _ecore_evas_wl_transparent_set(Ecore_Evas *ee, int transparent)
 }
 
 static void
-_ecore_evas_wl_frame_complete(void *data, struct wl_callback *callback, uint32_t time EINA_UNUSED)
+_ecore_evas_wl_frame_complete(void *data, struct wl_callback *callback, uint32_t tm EINA_UNUSED)
 {
    Ecore_Evas *ee = data;
    Ecore_Wl_Window *win = NULL;