elementary: such a shame...

SVN revision: 80330
This commit is contained in:
Cedric BAIL 2012-12-06 09:49:43 +00:00
parent 46daa66f8e
commit cf45191574
1 changed files with 1 additions and 3 deletions

View File

@ -5028,8 +5028,8 @@ elm_win_wl_window_get(const Evas_Object *obj)
static void
_wl_window_get(Eo *obj EINA_UNUSED, void *_pd EINA_UNUSED, va_list *list)
{
#if HAVE_ELEMENTARY_WAYLAND
Ecore_Wl_Window **ret = va_arg(*list, Ecore_Wl_Window **);
#if HAVE_ELEMENTARY_WAYLAND
Elm_Win_Smart_Data *sd = _pd;
if (sd->wl.win)
{
@ -5041,8 +5041,6 @@ _wl_window_get(Eo *obj EINA_UNUSED, void *_pd EINA_UNUSED, va_list *list)
*ret = elm_win_wl_window_get(sd->parent);
return;
}
#else
(void) list;
#endif
*ret = NULL;
}