ecore-wayland: Moving Ecore_Wl_Display to private.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Wed, 17 Sep 2014 12:04:40 +0000 (08:04 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 17 Sep 2014 12:04:40 +0000 (08:04 -0400)
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

src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/ecore_wayland/ecore_wl_private.h

index f0bdf88..781b14f 100644 (file)
@@ -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 */
index 624211f..2c8059c 100644 (file)
@@ -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;