Replacing X specific commands with Evas / Wayland calls 13/2713/1
authorbrianjjones <brian.j.jones@intel.com>
Thu, 31 Jan 2013 20:13:01 +0000 (12:13 -0800)
committerbrianjjones <brian.j.jones@intel.com>
Thu, 31 Jan 2013 20:13:01 +0000 (12:13 -0800)
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)
 
 /**