------------------------------------------------------------------------
r4193 | acceptthis | 2013-02-10 17:26:37 +0000 (Sun, 10 Feb 2013) | 1 line -DUSE_EGL no longer excludes the use of glx ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4191 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6299d07c0a
commit
bb613a5a76
1 changed files with 2 additions and 0 deletions
|
@ -1285,10 +1285,12 @@ qboolean GLVID_Init (rendererstate_t *info, unsigned char *palette)
|
||||||
{
|
{
|
||||||
return X11VID_Init(info, palette, PSL_GLX);
|
return X11VID_Init(info, palette, PSL_GLX);
|
||||||
}
|
}
|
||||||
|
#ifdef USE_EGL
|
||||||
qboolean EGLVID_Init (rendererstate_t *info, unsigned char *palette)
|
qboolean EGLVID_Init (rendererstate_t *info, unsigned char *palette)
|
||||||
{
|
{
|
||||||
return X11VID_Init(info, palette, PSL_EGL);
|
return X11VID_Init(info, palette, PSL_EGL);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void Sys_SendKeyEvents(void)
|
void Sys_SendKeyEvents(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue