elm_win.c: fixed unused warning when it does not use wayland.

This commit is contained in:
Daniel Juyung Seo 2013-05-01 22:51:25 +09:00
parent 187d6bf8de
commit dcf935745e
1 changed files with 3 additions and 0 deletions

View File

@ -2234,6 +2234,9 @@ _elm_win_frame_cb_resize_start(void *data,
if (sd->resize_location > 0)
ecore_evas_wayland_resize(sd->ee, sd->resize_location);
#else
(void)data;
(void)source;
#endif
}