From c9143989a5bd0bd7129347473a0cce0dd4b422fc Mon Sep 17 00:00:00 2001 From: Brian Koropoff Date: Sun, 9 Jul 2000 05:55:39 +0000 Subject: [PATCH] Fixes a bug that can cause GL programs to slow to a crawl after -glx exits on nvidia cards. Thanks to rpete for pointing out how to fix it. --- common/vid_glx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/vid_glx.c b/common/vid_glx.c index c2bd3d3..06080a9 100644 --- a/common/vid_glx.c +++ b/common/vid_glx.c @@ -159,7 +159,7 @@ VID_Shutdown(void) return; Con_Printf("VID_Shutdown\n"); - + XDestroyWindow(x_disp, x_win); glXDestroyContext(x_disp, ctx); #ifdef HAS_VIDMODE