Update wl_weekeyboard for ecore_evas_wayland_window_get2 function rename

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-01-08 10:37:42 -05:00
parent 2df0404226
commit 370b6a03e3
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ _wkb_setup(struct weekeyboard *wkb)
/* Set input panel surface */
DBG("Setting up input panel");
wkb->win = ecore_evas_wayland_window_get2(wkb->ee);
wkb->win = ecore_evas_wayland2_window_get(wkb->ee);
ecore_wl2_window_type_set(wkb->win, ECORE_WL2_WINDOW_TYPE_NONE);
wkb->surface = ecore_wl2_window_surface_get(wkb->win);