Commented out Dga code in VID_ExtraOptionCmd() untill someone writes some that works :)

This commit is contained in:
Eric Windisch 2000-01-09 06:14:30 +00:00
parent 8450a21789
commit 26c8db3327

View file

@ -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