From 33a9b2d54c03c69510ffb4bc27fd7f60ac9cd57e Mon Sep 17 00:00:00 2001 From: Jiwoong Im Date: Tue, 30 Jun 2015 13:35:19 +0900 Subject: replace WAYLAND DEFINITION to UG_WAYLAND Change-Id: I2580de7cfc88dbe54824863a7554774b6d9d627f Signed-off-by: Jiwoong Im --- src/manager.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/manager.c') diff --git a/src/manager.c b/src/manager.c index 65fdff2..91ae208 100644 --- a/src/manager.c +++ b/src/manager.c @@ -25,7 +25,7 @@ #include #include -#ifndef WAYLAND +#ifndef UG_WAYLAND #include #include #include @@ -50,7 +50,7 @@ struct ug_manager { void *win; -#ifndef WAYLAND +#ifndef UG_WAYLAND Window win_id; Display *disp; #endif @@ -129,7 +129,7 @@ static int ug_fvlist_del(ui_gadget_h c) return 0; } -#ifndef WAYLAND +#ifndef UG_WAYLAND static int __ug_x_get_window_property(Display *dpy, Window win, Atom atom, Atom type, unsigned int *val, unsigned int len) @@ -168,7 +168,7 @@ static int __ug_x_get_window_property(Display *dpy, Window win, Atom atom, } #endif -#ifndef WAYLAND +#ifndef UG_WAYLAND static enum ug_event __ug_x_rotation_get(Display *dpy, Window win) { Window active_win; @@ -595,7 +595,7 @@ static int ugman_ug_create(void *data) } if(ug_man.last_rotate_evt == UG_EVENT_NONE) { -#ifndef WAYLAND +#ifndef UG_WAYLAND ug_man.last_rotate_evt = __ug_x_rotation_get(ug_man.disp, ug_man.win_id); #endif } @@ -848,7 +848,7 @@ int ugman_ug_del_all(void) return 0; } -#ifndef WAYLAND +#ifndef UG_WAYLAND int ugman_init(Display *disp, Window xid, void *win, enum ug_option opt) { ug_man.win = win; @@ -884,7 +884,7 @@ int ugman_init(void *win, enum ug_option opt) int ugman_init_efl(Evas_Object *win, enum ug_option opt) { -#ifndef WAYLAND +#ifndef UG_WAYLAND Ecore_X_Window xwin = elm_win_xwindow_get(win); if (xwin) return ugman_init((Display *)ecore_x_display_get(), xwin, win, opt); -- cgit v1.2.3