diff options
author | Jiwoong Im <jiwoong.im@samsung.com> | 2015-06-30 13:35:19 +0900 |
---|---|---|
committer | Jiwoong Im <jiwoong.im@samsung.com> | 2015-06-30 16:12:32 +0900 |
commit | 33a9b2d54c03c69510ffb4bc27fd7f60ac9cd57e (patch) | |
tree | dca365c1bc3cf588450c7055b454ad0eedca504f /include | |
parent | b12ee8c1184b9cf65b9c9c769d45bcfe66481caa (diff) | |
download | ui-gadget-1-accepted/tizen/mobile/20150702.104953.tar.gz ui-gadget-1-accepted/tizen/mobile/20150702.104953.tar.bz2 ui-gadget-1-accepted/tizen/mobile/20150702.104953.zip |
replace WAYLAND DEFINITION to UG_WAYLANDsubmit/tizen/20150702.004900accepted/tizen/wearable/20150702.105021accepted/tizen/tv/20150702.105007accepted/tizen/mobile/20150702.104953
Change-Id: I2580de7cfc88dbe54824863a7554774b6d9d627f
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/ug-manager.h | 2 | ||||
-rw-r--r-- | include/ui-gadget.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/ug-manager.h b/include/ug-manager.h index 5ce61f0..cd711dc 100644 --- a/include/ug-manager.h +++ b/include/ug-manager.h @@ -34,7 +34,7 @@ ui_gadget_h ugman_ug_load(ui_gadget_h parent, int ugman_ug_del(ui_gadget_h ug); int ugman_ug_del_all(void); -#ifndef WAYLAND +#ifndef UG_WAYLAND int ugman_init(Display *disp, Window xid, void *win, enum ug_option opt); #else int ugman_init(void *win, enum ug_option opt); diff --git a/include/ui-gadget.h b/include/ui-gadget.h index 73a7510..7b2efe8 100644 --- a/include/ui-gadget.h +++ b/include/ui-gadget.h @@ -54,7 +54,7 @@ * @addtogroup UI_Gadget_For_User * @{ */ -#ifndef WAYLAND +#ifndef UG_WAYLAND #include <X11/Xlib.h> #endif @@ -217,7 +217,7 @@ struct ug_cbs { * ... * \endcode */ -#ifndef WAYLAND +#ifndef UG_WAYLAND int ug_init(Display *disp, Window xid, void *win, enum ug_option opt); #else int ug_init(void *win, enum ug_option opt); |