mesa/src/egl/main/egltypedefs.h

42 lines
818 B
C
Raw Normal View History

2005-04-22 22:09:39 +01:00
#ifndef EGLTYPEDEFS_INCLUDED
#define EGLTYPEDEFS_INCLUDED
#define EGL_EGLEXT_PROTOTYPES
2005-04-22 22:09:39 +01:00
#include <EGL/egl.h>
#include <EGL/eglext.h>
2005-04-22 22:09:39 +01:00
#include "eglcompiler.h"
2005-04-22 22:09:39 +01:00
typedef struct _egl_api _EGLAPI;
typedef struct _egl_array _EGLArray;
2005-04-22 22:09:39 +01:00
typedef struct _egl_config _EGLConfig;
typedef struct _egl_context _EGLContext;
typedef struct _egl_display _EGLDisplay;
typedef struct _egl_driver _EGLDriver;
2005-11-29 04:44:33 +00:00
typedef struct _egl_extensions _EGLExtensions;
typedef struct _egl_image _EGLImage;
typedef struct _egl_image_attribs _EGLImageAttribs;
2005-04-22 22:09:39 +01:00
typedef struct _egl_mode _EGLMode;
typedef struct _egl_resource _EGLResource;
2005-04-22 22:09:39 +01:00
typedef struct _egl_screen _EGLScreen;
typedef struct _egl_surface _EGLSurface;
typedef struct _egl_sync _EGLSync;
typedef struct _egl_thread_info _EGLThreadInfo;
2005-04-22 22:09:39 +01:00
#endif /* EGLTYPEDEFS_INCLUDED */