From f2af3fdd31c292944d1e6be484abc8257a6ead8a Mon Sep 17 00:00:00 2001 From: "jiin.moon" Date: Tue, 16 Jan 2018 12:47:31 +0900 Subject: [PATCH] efl_ui_win: change the function name as wl2 instead of wayland Change-Id: I9b563b275c2d031853b2acdf6f708ffe124f016d --- src/lib/elementary/efl_ui_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c index 4a0445b..9c51f5a 100644 --- a/src/lib/elementary/efl_ui_win.c +++ b/src/lib/elementary/efl_ui_win.c @@ -3326,7 +3326,7 @@ _elm_win_obj_intercept_show(void *data, Eina_Rectangle input_rect = { -1, -1, 1, 1 }; evas_object_geometry_get(obj, &x, &y, &w, &h); - ecore_wl_window_opaque_region_set(sd->wl.win, x, y, w, h); + ecore_wl2_window_opaque_region_set(sd->wl.win, x, y, w, h); if (sd->type == ELM_WIN_TOOLTIP) ecore_evas_input_rect_set(sd->ee, &input_rect); -- 2.7.4