efl_ui_popup_alert_scroll: Move BETA macro before Elementary.h

This commit is contained in:
Jaehyun Cho 2017-12-11 16:03:41 +09:00
parent 771bb6e6a7
commit f98d1e52ba
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
# include "elementary_config.h"
#endif
#define EFL_UI_POPUP_ALERT_SCROLL_BETA
#include <Elementary.h>
#include "elm_priv.h"

View 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;