mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 03:28:00 +02:00
gl-renderer: make EGL typedefs similar to EGL/egl.h when building without EGL support
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
parent
a178f70965
commit
26def5ca8e
1 changed files with 4 additions and 4 deletions
|
|
@ -53,10 +53,10 @@ gl_renderer_print_egl_error_state(void);
|
|||
#else
|
||||
|
||||
typedef int EGLint;
|
||||
typedef int EGLDisplay;
|
||||
typedef int EGLSurface;
|
||||
typedef long int EGLNativeDisplayType;
|
||||
typedef long int EGLNativeWindowType;
|
||||
typedef void *EGLDisplay;
|
||||
typedef void *EGLSurface;
|
||||
typedef intptr_t EGLNativeDisplayType;
|
||||
typedef intptr_t EGLNativeWindowType;
|
||||
|
||||
static const EGLint gl_renderer_opaque_attribs[];
|
||||
static const EGLint gl_renderer_alpha_attribs[];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue