Home | History | Annotate | Download | only in xbios

Lines Matching full:listedmode

37 	centscreen_mode_t	curmode, listedmode;
54 result = Vfirst(&curmode, &listedmode);
58 if ((listedmode.mode & CSCREEN_VIRTUAL)==0) {
60 if (listedmode.plan>=8) {
61 SDL_XBIOS_AddMode(this, listedmode.mode, listedmode.physx,
62 listedmode.physy, listedmode.plan, SDL_FALSE
66 SDL_memcpy(&curmode, &listedmode, sizeof(centscreen_mode_t));
69 result = Vnext(&curmode, &listedmode);