Elm scrollable: Include the scrollable interface in the main header.

This commit is contained in:
Tom Hacohen 2014-10-09 12:14:14 +01:00
parent 26aa5db94e
commit ecc8aaab62
3 changed files with 9 additions and 0 deletions

View File

@ -163,6 +163,9 @@ EAPI extern Elm_Version *elm_version;
#include <elm_entry.h>
#include <elm_list.h>
/* Interfaces */
#include <elm_interfaces.h>
/* other includes */
#include <elc_ctxpopup.h>
#include <elm_dayselector.h>

View File

@ -39,6 +39,7 @@ elm_interface_atspi_text.h \
elm_interface_atspi_widget_action.h \
elm_interface_fileselector.h \
elm_interface_scrollable.h \
elm_interfaces.h \
elm_widget.h \
elm_widget_actionslider.h \
elm_widget_bg.h \

View File

@ -0,0 +1,5 @@
#ifdef EFL_EO_API_SUPPORT
#include "elm_interface_scrollable.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#endif