From 26c8db33276e2e77f6ce124be9b1997b3be1e23f Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Sun, 9 Jan 2000 06:14:30 +0000 Subject: [PATCH] Commented out Dga code in VID_ExtraOptionCmd() untill someone writes some that works :) --- common/gl_vidlinuxglx.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/common/gl_vidlinuxglx.c b/common/gl_vidlinuxglx.c index 888f32b..0b4a122 100644 --- a/common/gl_vidlinuxglx.c +++ b/common/gl_vidlinuxglx.c @@ -842,12 +842,13 @@ void VID_ExtraOptionCmd(int option_cursor) } else { #endif -#ifdef HAS_DGA +#ifdef HAS_DGA +// Currently broken: fixme! if(vid_glx_mode.value) { - install_grabs(); + // install_grabs(); } else { - uninstall_grabs(); + // uninstall_grabs(); } break; #endif