Comment XFlush() to prevent a crash on exit

This commit is contained in:
dhewg 2011-12-08 20:08:09 +01:00
parent 1b0a37392b
commit 49859d747e

View file

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