Minor cleanup to window closing on exit.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2000-10-29 07:58:43 +00:00
parent fe73db40a0
commit 2f094cb344
2 changed files with 1 additions and 2 deletions

View file

@ -206,7 +206,7 @@ x11_close_display (void)
}
if (!--x_disp_ref_count) {
XCloseDisplay( x_disp );
x_disp = NULL;
x_disp = 0;
}
}

View file

@ -79,7 +79,6 @@ VID_Shutdown (void)
x11_restore_vidmode ();
x11_close_display ();
x_disp = 0;
}
#if 0