evas/engines: avoid redefinition of typedef Outbuf

'typedef struct _Outbuf Outbuf' is in software_generic/Evas_Engine_Software_Generic.h
that is always included
This commit is contained in:
Jérémy Zurcher 2014-09-23 11:15:11 +02:00
parent e66e132d9d
commit 119134751f
7 changed files with 0 additions and 10 deletions

View File

@ -51,7 +51,6 @@ extern int _evas_engine_drm_log_dom;
typedef struct _Buffer Buffer;
typedef struct _Plane Plane;
typedef struct _Outbuf Outbuf;
struct _Buffer
{

View File

@ -67,7 +67,6 @@ extern Evas_GL_Preload_Render_Call glsym_evas_gl_preload_render_unlock;
typedef struct _Buffer Buffer;
typedef struct _Plane Plane;
typedef struct _Outbuf Outbuf;
struct _Buffer
{

View File

@ -58,8 +58,6 @@ extern int _evas_engine_GL_X11_log_dom ;
#endif
#define CRI(...) EINA_LOG_DOM_CRIT(_evas_engine_GL_X11_log_dom, __VA_ARGS__)
typedef struct _Outbuf Outbuf;
struct _Outbuf
{
#ifdef GL_GLES

View File

@ -9,7 +9,6 @@
#include "../software_generic/Evas_Engine_Software_Generic.h"
typedef struct _Outbuf Outbuf;
typedef struct _Outbuf_Region Outbuf_Region;
typedef struct _DD_Output_Buffer DD_Output_Buffer;

View File

@ -36,7 +36,6 @@ extern int _evas_engine_soft_gdi_log_dom;
#define CRI(...) EINA_LOG_DOM_CRIT(_evas_engine_soft_gdi_log_dom, __VA_ARGS__)
typedef struct BITMAPINFO_GDI BITMAPINFO_GDI;
typedef struct _Outbuf Outbuf;
typedef struct _Outbuf_Region Outbuf_Region;
typedef struct _Gdi_Output_Buffer Gdi_Output_Buffer;

View File

@ -49,8 +49,6 @@ extern int _evas_engine_wl_egl_log_dom;
# define EGL_BUFFER_AGE_EXT 0x313d
# endif
typedef struct _Outbuf Outbuf;
struct _Outbuf
{
struct wl_display *disp;

View File

@ -43,8 +43,6 @@ extern int _evas_engine_way_shm_log_dom;
#include "../software_generic/Evas_Engine_Software_Generic.h"
typedef struct _Outbuf Outbuf;
struct _Outbuf
{
Evas_Engine_Info_Wayland_Shm *info;