summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2019-11-05 08:53:29 -0500
committerChristopher Michael <cp.michael@samsung.com>2019-11-05 08:53:29 -0500
commitbb85c55c50db64f8e6966c7f9140b68b610f9cb0 (patch)
tree943e5edf80efd767b24727a41e2173f17ec58bae
parent2f676a6591c117e15d65f263ebd267866963b627 (diff)
downloadefl-bb85c55c50db64f8e6966c7f9140b68b610f9cb0.tar.gz
ecore-wl2: Move variables to be above functions
NB: No functional changes
-rw-r--r--src/lib/ecore_wl2/ecore_wl2_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2_private.h b/src/lib/ecore_wl2/ecore_wl2_private.h
index 1f4eaad9f2..5178e8f3ea 100644
--- a/src/lib/ecore_wl2/ecore_wl2_private.h
+++ b/src/lib/ecore_wl2/ecore_wl2_private.h
@@ -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