elm/scrollable: unbreak this header

this is a legacy header, it can't include any unified api types

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D9974
This commit is contained in:
Mike Blumenkrantz 2019-09-16 14:59:56 -04:00 committed by Marcel Hollerbach
parent 9ec38bff90
commit 304dac6570
1 changed files with 4 additions and 5 deletions

View File

@ -31,9 +31,8 @@
* Elm_Scrollable_Smart_Interface::extern_pan_set.
*/
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_pan_eo.legacy.h"
#endif
#include <elm_pan_eo.legacy.h>
#include <elm_scroller.h>
/**
* Elementary scroller panning base smart data.
@ -75,7 +74,7 @@ struct _Elm_Scrollable_Smart_Interface_Data
Elm_Scroller_Policy hbar_flags, vbar_flags;
Elm_Scroller_Single_Direction one_direction_at_a_time;
Efl_Ui_Layout_Orientation block;
Elm_Scroller_Movement_Block block;
struct
{
@ -229,7 +228,7 @@ struct _Elm_Scrollable_Smart_Interface_Data
Eina_Bool loop_h : 1;
Eina_Bool loop_v : 1;
Efl_Ui_Focus_Manager *manager;
void *manager; /* Efl_Ui_Focus_Manager */
};
#define ELM_SCROLLABLE_CHECK(obj, ...) \