leave the E_Comp_Wl_Data define in e_comp.h

otherwise bulding without wayland breaks
This commit is contained in:
Marcel Hollerbach 2017-08-12 22:47:52 +02:00
parent de21e6ddb8
commit 5b3f38efcf
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ typedef struct _E_Comp E_Comp;
#ifdef E_COMP_WL
typedef struct _E_Comp_Wl_Client_Data E_Comp_Client_Data;
#endif
typedef struct _E_Comp_Wl_Data E_Comp_Wl_Data;
#ifdef E_COMP_X
typedef struct _E_Comp_X_Client_Data E_Comp_Client_Data;

View File

@ -4,7 +4,6 @@ typedef struct _E_Comp_Wl_Buffer E_Comp_Wl_Buffer;
typedef struct _E_Comp_Wl_Subsurf_Data E_Comp_Wl_Subsurf_Data;
typedef struct _E_Comp_Wl_Surface_State E_Comp_Wl_Surface_State;
typedef struct _E_Comp_Wl_Client_Data E_Comp_Wl_Client_Data;
typedef struct _E_Comp_Wl_Data E_Comp_Wl_Data;
typedef struct _E_Comp_Wl_Output E_Comp_Wl_Output;
typedef struct E_Shell_Data E_Shell_Data;
typedef struct Tizen_Extensions Tizen_Extensions;