elementary: fix build with missing function.

This commit is contained in:
Cedric BAIL 2016-05-03 11:18:06 -07:00
parent ebf26f2017
commit 0a77ae5c4a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ _do_delete_request(Eo *win)
{
#ifdef HAVE_ELEMENTARY_X
Ecore_X_Window xwin;
xwin = elm_obj_win_xwindow_get(win);
xwin = elm_win_xwindow_get(win);
ecore_x_window_delete_request_send(xwin);
#endif