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
This commit is contained in:
Srivardhan Hebbar 2014-09-17 08:04:40 -04:00 committed by Chris Michael
parent 991027ac9b
commit eff3c8000b
2 changed files with 2 additions and 2 deletions

View 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 */

View 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;