From 088354ea77e54a924615618a421bd8f523a668c1 Mon Sep 17 00:00:00 2001 From: brianjjones Date: Thu, 31 Jan 2013 12:13:01 -0800 Subject: [PATCH] Replacing X specific commands with Evas / Wayland calls --- include/ui-gadget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ui-gadget.h b/include/ui-gadget.h index 88e82fe..40807af 100755 --- a/include/ui-gadget.h +++ b/include/ui-gadget.h @@ -153,7 +153,7 @@ struct ug_cbs { * @see ug_init() */ #define UG_INIT_EFL(win, opt) \ - ug_init((Display *)ecore_x_display_get(), elm_win_xwindow_get(win), \ + ug_init((Display *)ecore_wl_display_get(), elm_win_wl_window_get(win), \ win, opt) /** -- 2.7.4