evas: correctly declare filter_internal as public API

I know this is internal. However it is public used in public .eo files.
Even if it is internal, and beta, we still need to expose the API in
order to have it correctly in the .so.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11932
This commit is contained in:
Marcel Hollerbach 2020-06-04 10:03:44 +02:00
parent f4cf46e9b5
commit 7660da691c
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,7 @@
#define EFL_CANVAS_FILTER_INTERNAL_PROTECTED
#include "evas_common_private.h"
#include "evas_private.h"
#include "../../lib/efl/interfaces/efl_gfx_filter.eo.h"
#include "efl_canvas_filter_internal.eo.h"
#include <Evas.h>
#include "evas_filter.h"
#define MY_CLASS EFL_CANVAS_FILTER_INTERNAL_MIXIN

View File

@ -4,7 +4,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
#include "efl_canvas_filter_internal.eo.h"
#ifdef EAPI
# undef EAPI
@ -32,6 +31,8 @@
# endif
#endif
#include "efl_canvas_filter_internal.eo.h"
#ifdef DEBUG
# define FILTERS_DEBUG
#endif