aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/linux_glimp.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/linux_glimp.c')
-rw-r--r--code/unix/linux_glimp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/unix/linux_glimp.c b/code/unix/linux_glimp.c
index cc9aa91..e501033 100644
--- a/code/unix/linux_glimp.c
+++ b/code/unix/linux_glimp.c
@@ -1582,7 +1582,7 @@ void GLimp_Init( void )
void GLimp_EndFrame (void)
{
// don't flip if drawing to front buffer
- if ( stricmp( r_drawBuffer->string, "GL_FRONT" ) != 0 )
+ if ( Q_stricmp( r_drawBuffer->string, "GL_FRONT" ) != 0 )
{
qglXSwapBuffers(dpy, win);
}