mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-31 05:30:40 +00:00
Comment XFlush() to prevent a crash on exit
This commit is contained in:
parent
1b0a37392b
commit
49859d747e
1 changed files with 1 additions and 2 deletions
|
@ -197,9 +197,8 @@ void GLimp_Shutdown() {
|
|||
XF86VidModeSwitchToMode( dpy, scrnum, vidmodes[0] );
|
||||
}
|
||||
|
||||
XFlush( dpy );
|
||||
|
||||
// FIXME: that's going to crash
|
||||
//XFlush( dpy );
|
||||
//XCloseDisplay( dpy );
|
||||
|
||||
vidmode_active = false;
|
||||
|
|
Loading…
Reference in a new issue