Home
last modified time | relevance | path

Searched refs:numdisplaymodes (Results 1 – 1 of 1) sorted by relevance

/dports/games/warzone2100/warzone2100/lib/sdl/
H A Dmain_sdl.cpp2159 …int numdisplaymodes = SDL_GetNumDisplayModes(i); // Get the number of display modes on this monitor in wzMainScreenSetup_CreateVideoWindow() local
2160 for (int j = 0; j < numdisplaymodes; j++) in wzMainScreenSetup_CreateVideoWindow()