[UTC][Non-ACR][tzsh-quickpanel][Fixed implicit declaration error] 44/199044/1
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 1 Feb 2019 04:32:14 +0000 (13:32 +0900)
committerGwanglim 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

index 293d51e28837bd63323e283575d78756bc7a0a36..18029a0b51ccd636badd8b9ed2e900378c2850d5 100755 (executable)
@@ -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;