mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-23 01:11:21 +00:00
Commented out Dga code in VID_ExtraOptionCmd() untill someone writes some that works :)
This commit is contained in:
parent
8450a21789
commit
26c8db3327
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue