projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f1a49
)
[UTC][Non-ACR][tzsh-quickpanel][Fixed implicit declaration error]
44/199044/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 1 Feb 2019 04:32:14 +0000
(13:32 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 1 Feb 2019 04:32:14 +0000
(13:32 +0900)
Change-Id: I961edf2ec002e5f07de294f61e44bca499340cb8
src/utc/tzsh-quickpanel/utc-tzsh-quickpanel.c
patch
|
blob
|
history
diff --git
a/src/utc/tzsh-quickpanel/utc-tzsh-quickpanel.c
b/src/utc/tzsh-quickpanel/utc-tzsh-quickpanel.c
index 293d51e28837bd63323e283575d78756bc7a0a36..18029a0b51ccd636badd8b9ed2e900378c2850d5 100755
(executable)
--- a/
src/utc/tzsh-quickpanel/utc-tzsh-quickpanel.c
+++ b/
src/utc/tzsh-quickpanel/utc-tzsh-quickpanel.c
@@
-17,6
+17,9
@@
#include <tzsh_quickpanel.h>
#include <Elementary.h>
+/* It is a workaround for implicit declaration error. This API will be public since 5.5 */
+EAPI int elm_win_aux_hint_add(Evas_Object *obj, const char *hint, const char *val);
+
static Evas_Object* g_win;
static int g_init;