Replacing X specific commands with Evas / Wayland calls
[profile/ivi/ui-gadget-1.git] / include / ui-gadget.h
index 88e82fe..40807af 100755 (executable)
@@ -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)
 
 /**