Init threads in X/EGL.

This commit is contained in:
Themaister 2013-02-15 10:26:56 +01:00
parent 076f7ea22e
commit bd4b22835c

View File

@ -180,6 +180,8 @@ static bool gfx_ctx_init(void)
if (g_inited)
return false;
XInitThreads();
#define EGL_ATTRIBS_BASE \
EGL_SURFACE_TYPE, EGL_WINDOW_BIT, \
EGL_RED_SIZE, 0, \