GLsync build fix for HAVE_OPENGLES2

This commit is contained in:
ToKe79 2017-12-05 21:58:01 +01:00
parent bc4bbe79aa
commit 6bb2a0e142

View File

@ -53,6 +53,12 @@
#define MAX_FENCES 4
#ifndef HAVE_PSGL
#if defined(HAVE_OPENGLES2)
typedef struct __GLsync *GLsync;
#endif
#endif
typedef struct gl2_renderchain
{
bool egl_images;