summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2014-11-19 14:30:03 +0900
committerSung-jae Park <nicesj.park@samsung.com>2014-11-19 14:30:03 +0900
commitd608029228c58201292e3a151d3bf9632ac53ef5 (patch)
tree1b4b7749630bdcea9d806082423ee28289c99511
parent9a15dcb9cc741da55d5f12d0b27744949479276f (diff)
downloadwidget-service-d608029228c58201292e3a151d3bf9632ac53ef5.tar.gz
widget-service-d608029228c58201292e3a151d3bf9632ac53ef5.tar.bz2
widget-service-d608029228c58201292e3a151d3bf9632ac53ef5.zip
Fix build error
[model] Redwood,Kiran,B3(Wearable) [binary_type] AP [customer] Docomo/Orange/ATT/Open [issue#] N/A [problem] [cause] [solution] [team] HomeTF [request] [horizontal_expansion] Change-Id: I2675cc58dc9f75dfda503ce2c82daf99c04de38a
-rw-r--r--include/dynamicbox_script.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dynamicbox_script.h b/include/dynamicbox_script.h
index 01a6a8f..86f1ac2 100644
--- a/include/dynamicbox_script.h
+++ b/include/dynamicbox_script.h
@@ -76,6 +76,12 @@ typedef enum dynamicbox_script_event {
DBOX_SCRIPT_KEY_FOCUS_OUT = DBOX_SCRIPT_KEY_EVENT | 0x00100000, /**< Key focus out */
} dynamicbox_script_event_e;
+/**
+ * @brief definition of event info structure
+ * @since_tizen 2.3
+ */
+typedef struct dynamicbox_event_info *dynamicbox_event_info_t;
+
#ifdef __cplusplus
}
#endif