From c613485929e503ef9b71bdc226e9b504f3640e03 Mon Sep 17 00:00:00 2001 From: tma Date: Sun, 6 Nov 2005 00:29:59 +0000 Subject: * Tidy-up of q_platform.h * Introduced Q3_BIG_ENDIAN and Q3_LITTLE_ENDIAN #defines * Changed some stricmp to Q_stricmp so that #define stricmp strcasecmp could be removed git-svn-id: svn://svn.icculus.org/quake3/trunk@287 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/linux_glimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/unix/linux_glimp.c') 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); } -- cgit v1.2.3