mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-05-31 00:51:14 +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] );
|
XF86VidModeSwitchToMode( dpy, scrnum, vidmodes[0] );
|
||||||
}
|
}
|
||||||
|
|
||||||
XFlush( dpy );
|
|
||||||
|
|
||||||
// FIXME: that's going to crash
|
// FIXME: that's going to crash
|
||||||
|
//XFlush( dpy );
|
||||||
//XCloseDisplay( dpy );
|
//XCloseDisplay( dpy );
|
||||||
|
|
||||||
vidmode_active = false;
|
vidmode_active = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue