Rename 'time' parameter in function prototype.

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

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

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