elm: Added missing undefs.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 18 Oct 2013 17:20:34 +0000 (02:20 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 18 Oct 2013 17:20:34 +0000 (02:20 +0900)
src/lib/elc_ctxpopup.c
src/lib/elc_fileselector.c
src/lib/elc_fileselector_button.c
src/lib/elc_fileselector_entry.c
src/lib/elm_actionslider.c
src/lib/elm_entry.c
src/lib/elm_hover.c
src/lib/elm_menu.c

index 5c3727b0664bbbfab1299f838202c6ad06fae7da..e4d110c90e4a98f5c9d24e902521b03d539b1dd9 100644 (file)
@@ -27,6 +27,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {"unfocused", ""}, /**< handled by elm_widget */
    {NULL, NULL}
 };
+#undef ELM_PRIV_CTXPOPUP_SIGNALS
 
 static void
 _elm_ctxpopup_smart_translate(Eo *obj, void *_pd, va_list *list)
index 9b85b144dbe0f899436754ff819e1429ab4555d3..a490f66d85b735ae7d1d5861895a3c3fa7d4aa4e 100644 (file)
@@ -40,6 +40,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    ELM_PRIV_FILESELECTOR_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
    {NULL, NULL}
 };
+#undef ELM_PRIV_FILESELECTOR_SIGNALS
 
 /* final routine on deletion */
 static void
index df5b55086ea6b1dcbfbd755f0f6cf8a994ab48b6..77bddecd6c7ef0dbc102293cd3d11b561d5d7850 100644 (file)
@@ -26,6 +26,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {"unfocused", ""}, /**< handled by elm_widget */
    {NULL, NULL}
 };
+#undef ELM_PRIV_FILESELECTOR_BUTTON_SIGNALS
 
 static void
 _elm_fileselector_button_smart_translate(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
index 5762b9055b9f106a7a1d40e52a7824a294d30439..14e0fb158b8c4a82b8082800861364249e370a43 100644 (file)
@@ -38,6 +38,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] =
    ELM_PRIV_FILESELECTOR_ENTRY_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
    {NULL, NULL}
 };
+#undef ELM_PRIV_FILESELECTOR_ENTRY_SIGNALS
 
 #define SIG_FWD(name)                                                       \
   static void                                                               \
index 44597641d5116695cff32f70760a776ffd28b328..95eac1cf1d5350682c5081e89a3adbb7b4bebe62 100644 (file)
@@ -34,6 +34,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] =
    ELM_PRIV_ACTIONSLIDER_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
    {NULL, NULL}
 };
+#undef ELM_PRIV_ACTIONSLIDER_SIGNALS
 
 static Elm_Actionslider_Pos
 _get_pos_by_orientation(const Evas_Object *obj,
index 0b472cd671fa700e3eebea82f5058f856fc4f0fc..8460dd652db0b930faf02a7e24f63cdf44d057b0 100644 (file)
@@ -59,6 +59,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    ELM_PRIV_ENTRY_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
    {NULL, NULL}
 };
+#undef ELM_PRIV_ENTRY_SIGNALS
 
 static const Elm_Layout_Part_Alias_Description _content_aliases[] =
 {
index faf03c39f81bb51a8b5bbf9835cd0b95ea78fc18..5c181880aa949a65f5b0d7dbd0aa0ac26f605fb5 100644 (file)
@@ -57,6 +57,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    {"unfocused", ""}, /**< handled by elm_widget */
    {NULL, NULL}
 };
+#undef ELM_PRIV_HOVER_SIGNALS
 
 static void
 _parent_move_cb(void *data,
index 3a58a11144b48f5f207ddd8ad8f2a77de8bbfe7d..30ca2b30ba36b2d677036a9164471c9eae0d15ef 100644 (file)
@@ -23,6 +23,7 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    ELM_PRIV_MENU_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
    {NULL, NULL}
 };
+#undef ELM_PRIV_MENU_SIGNALS
 
 static void
 _elm_menu_smart_translate(Eo *obj EINA_UNUSED, void *_pd, va_list *list)