From 8ec25b69fbf407ba961e31defd659fc64650c01e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 19 Oct 2013 02:20:34 +0900 Subject: [PATCH] elm: Added missing undefs. --- legacy/elementary/src/lib/elc_ctxpopup.c | 1 + legacy/elementary/src/lib/elc_fileselector.c | 1 + legacy/elementary/src/lib/elc_fileselector_button.c | 1 + legacy/elementary/src/lib/elc_fileselector_entry.c | 1 + legacy/elementary/src/lib/elm_actionslider.c | 1 + legacy/elementary/src/lib/elm_entry.c | 1 + legacy/elementary/src/lib/elm_hover.c | 1 + legacy/elementary/src/lib/elm_menu.c | 1 + 8 files changed, 8 insertions(+) diff --git a/legacy/elementary/src/lib/elc_ctxpopup.c b/legacy/elementary/src/lib/elc_ctxpopup.c index 5c3727b066..e4d110c90e 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.c +++ b/legacy/elementary/src/lib/elc_ctxpopup.c @@ -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) diff --git a/legacy/elementary/src/lib/elc_fileselector.c b/legacy/elementary/src/lib/elc_fileselector.c index 9b85b144db..a490f66d85 100644 --- a/legacy/elementary/src/lib/elc_fileselector.c +++ b/legacy/elementary/src/lib/elc_fileselector.c @@ -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 diff --git a/legacy/elementary/src/lib/elc_fileselector_button.c b/legacy/elementary/src/lib/elc_fileselector_button.c index df5b55086e..77bddecd6c 100644 --- a/legacy/elementary/src/lib/elc_fileselector_button.c +++ b/legacy/elementary/src/lib/elc_fileselector_button.c @@ -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) diff --git a/legacy/elementary/src/lib/elc_fileselector_entry.c b/legacy/elementary/src/lib/elc_fileselector_entry.c index 5762b9055b..14e0fb158b 100644 --- a/legacy/elementary/src/lib/elc_fileselector_entry.c +++ b/legacy/elementary/src/lib/elc_fileselector_entry.c @@ -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 \ diff --git a/legacy/elementary/src/lib/elm_actionslider.c b/legacy/elementary/src/lib/elm_actionslider.c index 44597641d5..95eac1cf1d 100644 --- a/legacy/elementary/src/lib/elm_actionslider.c +++ b/legacy/elementary/src/lib/elm_actionslider.c @@ -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, diff --git a/legacy/elementary/src/lib/elm_entry.c b/legacy/elementary/src/lib/elm_entry.c index 0b472cd671..8460dd652d 100644 --- a/legacy/elementary/src/lib/elm_entry.c +++ b/legacy/elementary/src/lib/elm_entry.c @@ -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[] = { diff --git a/legacy/elementary/src/lib/elm_hover.c b/legacy/elementary/src/lib/elm_hover.c index faf03c39f8..5c181880aa 100644 --- a/legacy/elementary/src/lib/elm_hover.c +++ b/legacy/elementary/src/lib/elm_hover.c @@ -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, diff --git a/legacy/elementary/src/lib/elm_menu.c b/legacy/elementary/src/lib/elm_menu.c index 3a58a11144..30ca2b30ba 100644 --- a/legacy/elementary/src/lib/elm_menu.c +++ b/legacy/elementary/src/lib/elm_menu.c @@ -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)