[UTC][Non-ACR][tzsh-quickpanel][Fixed implicit declaration error] 45/199045/1
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 1 Feb 2019 04:34:27 +0000 (13:34 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 1 Feb 2019 04:34:27 +0000 (13:34 +0900)
Change-Id: I5e81e858eefa8efd6ac703d177533e2b3a271b1d

src/utc/tzsh-quickpanel/utc-tzsh-quickpanel.c

index d8a79b2..ffa3f54 100644 (file)
@@ -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;