elm elm_win.c: Removed warning while compiling without HAVE_ELEMENTARY_WAYLAND option.

SVN revision: 74997
This commit is contained in:
Daniel Juyung Seo 2012-08-08 08:10:22 +00:00
parent 53e5b5af09
commit 2859fb07e5
1 changed files with 2 additions and 0 deletions

View File

@ -1836,6 +1836,8 @@ _elm_win_frame_cb_resize_show(void *data,
ELM_CURSOR_BOTTOM_RIGHT_CORNER);
else
ecore_wl_window_cursor_default_restore(sd->wl.win);
#else
(void)source;
#endif
}