diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index f0bdf880db..781b14f35d 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -31,8 +31,6 @@ extern "C" { #endif -typedef struct _Ecore_Wl_Display Ecore_Wl_Display; /** FIXME: move to private */ - typedef struct _Ecore_Wl_Output Ecore_Wl_Output; typedef struct _Ecore_Wl_Input Ecore_Wl_Input; typedef struct _Ecore_Wl_Global Ecore_Wl_Global; /** @since 1.7.6 */ diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index 624211f3c4..2c8059c3a5 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h @@ -21,6 +21,8 @@ # define LOGFN(fl, ln, fn) # endif +typedef struct _Ecore_Wl_Display Ecore_Wl_Display; + extern int _ecore_wl_log_dom; extern Ecore_Wl_Display *_ecore_wl_disp;