Home | History | Annotate | Download | only in fbcon

Lines Matching refs:next_mode

414 	int next_mode;
460 next_mode = SDL_nummodes[index];
462 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
469 SDL_modelist[index][next_mode] = mode;
470 SDL_modelist[index][next_mode+1] = NULL;