devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eff3c8000b258e01011bb1978bb21d7ab197444b

commit eff3c8000b258e01011bb1978bb21d7ab197444b
Author: Srivardhan Hebbar <sri.heb...@samsung.com>
Date:   Wed Sep 17 08:04:40 2014 -0400

    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.heb...@samsung.com>
    
    Reviewers: devilhorns
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D1451
---
 src/lib/ecore_wayland/Ecore_Wayland.h    | 2 --
 src/lib/ecore_wayland/ecore_wl_private.h | 2 ++
 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 f0bdf88..781b14f 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 624211f..2c8059c 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;
 

-- 


Reply via email to