Home | History | Annotate | Download | only in client

Lines Matching full:curmode

428 	int			i, xRes, yRes, bits, vMode, lowres, curmode, temp;

456 curmode = 0;
467 (curmode < MAX_MODE_LIST))
494 curmode++;
524 curmode = nummodes++;
528 curmode = MODE_FULLSCREEN_DEFAULT;
533 curmode = nummodes++;
536 modelist[curmode].type = MS_FULLSCREEN;
537 modelist[curmode].width = xRes;
538 modelist[curmode].height = yRes;
539 sprintf (modelist[curmode].modedesc, "%dx%d", xRes, yRes);
542 modelist[curmode].mode13 = 1;
544 modelist[curmode].mode13 = 0;
546 modelist[curmode].modenum = m[i];
547 modelist[curmode].stretched = 0;
548 modelist[curmode].dib = 0;
549 modelist[curmode].fullscreen = 1;
550 modelist[curmode].halfscreen = 0;
551 modelist[curmode].bpp = 8;