summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHyungdeuk Kim <hd3.kim@samsung.com>2013-03-20 18:48:51 +0900
committerHyungdeuk Kim <hd3.kim@samsung.com>2013-03-20 18:48:51 +0900
commit7e2775d1fa8b4fcd59217285a7f18c25f4ee33bd (patch)
tree7ceefb142168640329e765da4dab6c4c5b05c77f /include
parentec0eaacf200be6e4cf466383b5f0e6ecc396f626 (diff)
downloadui-gadget-1-7e2775d1fa8b4fcd59217285a7f18c25f4ee33bd.tar.gz
ui-gadget-1-7e2775d1fa8b4fcd59217285a7f18c25f4ee33bd.tar.bz2
ui-gadget-1-7e2775d1fa8b4fcd59217285a7f18c25f4ee33bd.zip
add code to remove ui cb under ug_destroy_all case
Diffstat (limited to 'include')
-rwxr-xr-xinclude/ug-dbg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ug-dbg.h b/include/ug-dbg.h
index 00167b0..d4e5905 100755
--- a/include/ug-dbg.h
+++ b/include/ug-dbg.h
@@ -33,5 +33,6 @@
#define _ERR(fmt, arg...) LOGE("\x1b[31m" fmt "\x1b[0m", ##arg)
#define _DBG(fmt, arg...) LOGD("\x1b[32m" fmt "\x1b[0m", ##arg)
#define _INFO(fmt, arg...) LOGI("\x1b[33m" fmt "\x1b[0m", ##arg)
+#define _WRN(fmt, arg...) LOGW("\x1b[34m" fmt "\x1b[0m", ##arg)
#endif /* __UG_DBG_H__ */