Home | History | Annotate | Download | only in fbcon

Lines Matching refs:next_mode

402 	int next_mode;
448 next_mode = SDL_nummodes[index];
450 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
457 SDL_modelist[index][next_mode] = mode;
458 SDL_modelist[index][next_mode+1] = NULL;