ecore_wl2: Move ecore_wl2_buffer_fit function to be internal

The ecore_wl2_buffer_fit function is only used internally in EFL so
move it out of the public API header.

ref T8013
This commit is contained in:
Christopher Michael 2019-08-06 08:51:05 -04:00
parent 43a49007f7
commit 49e8334024
2 changed files with 1 additions and 1 deletions

View File

@ -1976,7 +1976,6 @@ EAPI void ecore_wl2_buffer_busy_set(Ecore_Wl2_Buffer *buffer);
EAPI int ecore_wl2_buffer_age_get(Ecore_Wl2_Buffer *buffer);
EAPI void ecore_wl2_buffer_age_set(Ecore_Wl2_Buffer *buffer, int age);
EAPI void ecore_wl2_buffer_age_inc(Ecore_Wl2_Buffer *buffer);
EAPI Eina_Bool ecore_wl2_buffer_fit(Ecore_Wl2_Buffer *b, int w, int h);
EAPI Ecore_Wl2_Surface *ecore_wl2_surface_create(Ecore_Wl2_Window *win, Eina_Bool alpha);
EAPI void ecore_wl2_surface_destroy(Ecore_Wl2_Surface *surface);

View File

@ -38,6 +38,7 @@ EAPI void ecore_wl2_window_rotation_change_request_send(Ecore_Wl2_Window *window
EAPI void ecore_wl2_window_rotation_change_done_send(Ecore_Wl2_Window *window, int rot, int w, int h);
EAPI void ecore_wl2_window_false_commit(Ecore_Wl2_Window *window);
EAPI Eina_Bool ecore_wl2_buffer_fit(Ecore_Wl2_Buffer *b, int w, int h);
# undef EAPI
# define EAPI