--- a/src/drivers/video_glx.c Mon Feb 09 00:13:46 2009 +0000 +++ b/src/drivers/video_glx.c Sat Jun 13 07:03:51 2009 +0000 @@ -175,7 +175,7 @@ return FALSE; } - if( glXMakeContextCurrent( display, window, window, + if( glXMakeCurrent( display, window, glx_context ) == False ) { ERROR( "Unable to prepare GLX context for drawing" ); glXDestroyContext( display, glx_context );