efl_ui_popup_alert_scroll: Move BETA macro before Elementary.h
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 11 Dec 2017 07:03:41 +0000 (16:03 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 11 Dec 2017 07:12:13 +0000 (16:12 +0900)
src/lib/elementary/efl_ui_popup_alert_scroll.c
src/lib/elementary/efl_ui_popup_alert_scroll_private.h

index 64025d6..c7c5194 100644 (file)
@@ -2,6 +2,8 @@
 # include "elementary_config.h"
 #endif
 
+#define EFL_UI_POPUP_ALERT_SCROLL_BETA
+
 #include <Elementary.h>
 
 #include "elm_priv.h"
index 68b5ef0..290eaa7 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef EFL_UI_POPUP_ALERT_SCROLL_H
 #define EFL_UI_POPUP_ALERT_SCROLL_H
 
-#define EFL_UI_POPUP_ALERT_SCROLL_BETA
-
 #include "Elementary.h"
 
 typedef struct _Efl_Ui_Popup_Alert_Scroll_Data Efl_Ui_Popup_Alert_Scroll_Data;