remove an unwanted && vid_fullscreen->value

This commit is contained in:
Bill Currie 2000-05-02 12:01:55 +00:00
parent 3505616216
commit 5f12390209
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ void VID_Init(unsigned char *palette)
#endif
#ifdef HAS_VIDMODE
hasvidmode = VID_CheckVMode(x_disp, NULL, NULL);
if (hasvidmode && vid_fullscreen->value) {
if (hasvidmode) {
if (! XF86VidModeGetAllModeLines(x_disp, DefaultScreen(x_disp),
&nummodes, &vidmodes)
|| nummodes <= 0) {