ecore-wl2: Move variables to be above functions

NB: No functional changes
This commit is contained in:
Christopher Michael 2019-11-05 08:53:29 -05:00
parent 2f676a6591
commit bb85c55c50
1 changed files with 3 additions and 3 deletions

View File

@ -570,6 +570,9 @@ typedef struct _Ecore_Wl2_Surface
Eina_Bool alpha : 1;
} Ecore_Wl2_Surface;
EAPI extern int _ecore_wl2_event_window_www;
EAPI extern int _ecore_wl2_event_window_www_drag;
Ecore_Wl2_Window *_ecore_wl2_display_window_surface_find(Ecore_Wl2_Display *display, struct wl_surface *wl_surface);
void _display_event_free(void *d, void *event EINA_UNUSED);
@ -609,9 +612,6 @@ void _ecore_wl2_buffer_test(Ecore_Wl2_Display *ewd);
EAPI void ecore_wl2_window_weight_set(Ecore_Wl2_Window *window, double w, double h);
EAPI extern int _ecore_wl2_event_window_www;
EAPI extern int _ecore_wl2_event_window_www_drag;
Ecore_Wl2_Output *_ecore_wl2_output_find(Ecore_Wl2_Display *dsp, struct wl_output *op);
#endif