summaryrefslogtreecommitdiff
path: root/include/ug-manager.h
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2015-06-30 13:35:19 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2015-06-30 16:12:32 +0900
commit33a9b2d54c03c69510ffb4bc27fd7f60ac9cd57e (patch)
treedca365c1bc3cf588450c7055b454ad0eedca504f /include/ug-manager.h
parentb12ee8c1184b9cf65b9c9c769d45bcfe66481caa (diff)
downloadui-gadget-1-accepted/tizen/wearable/20150702.105021.tar.gz
ui-gadget-1-accepted/tizen/wearable/20150702.105021.tar.bz2
ui-gadget-1-accepted/tizen/wearable/20150702.105021.zip
Change-Id: I2580de7cfc88dbe54824863a7554774b6d9d627f Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Diffstat (limited to 'include/ug-manager.h')
-rw-r--r--include/ug-manager.h2
1 files changed, 1 insertions, 1 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);