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 5c3727b..e4d110c 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 9b85b14..a490f66 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 df5b550..77bddec 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 5762b90..14e0fb1 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 4459764..95eac1c 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 0b472cd..8460dd6 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 faf03c3..5c18188 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 3a58a11..30ca2b3 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)