Rename 'time' parameter.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83274
This commit is contained in:
Christopher Michael 2013-01-24 09:20:45 +00:00 committed by Christopher Michael
parent 4203a3afbc
commit 0d8e6279c5
1 changed files with 1 additions and 1 deletions

View 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;