[UTC][Non-ACR][tzsh-quickpanel][Fixed implicit declaration error] 34/200134/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 19 Feb 2019 11:26:47 +0000 (20:26 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 19 Feb 2019 11:26:47 +0000 (20:26 +0900)
Change-Id: Ibb13d7e6ce41e81f622db18b4c0ed44b77880ffb

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

index 8ea37a89015e4861adff3b36d1f40c912b37f9ee..c20e9ff1ad21321b478cd6eb520229686266f332 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;