mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-19 13:02:32 +00:00
don't try to turn off dga if dga isn't available :)
This commit is contained in:
parent
7e437396f6
commit
496cf83475
1 changed files with 1 additions and 0 deletions
|
@ -478,6 +478,7 @@ IN_Shutdown (void)
|
|||
XAutoRepeatOn (x_disp);
|
||||
|
||||
#ifdef HAVE_DGA
|
||||
if (dga_avail)
|
||||
XF86DGADirectVideo (x_disp, DefaultScreen (x_disp), 0);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue