summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrivardhan Hebbar <sri.hebbar@samsung.com>2014-09-17 08:04:40 -0400
committerChris Michael <cp.michael@samsung.com>2014-09-17 08:04:40 -0400
commiteff3c8000b258e01011bb1978bb21d7ab197444b (patch)
treef8b3bd7711e55a18d5626f5d1c37d5f4607812b0
parent991027ac9b7e30d74b81c045d5ff5f8b7527f957 (diff)
downloadefl-eff3c8000b258e01011bb1978bb21d7ab197444b.tar.gz
ecore-wayland: Moving Ecore_Wl_Display to private.
Summary: Moving "typedef _Ecore_Wl_Display Ecore_Wl_Display" from Ecore_Wayland.h to ecore_wl_private.h. Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com> Reviewers: devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1451
-rw-r--r--src/lib/ecore_wayland/Ecore_Wayland.h2
-rw-r--r--src/lib/ecore_wayland/ecore_wl_private.h2
2 files changed, 2 insertions, 2 deletions
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;