Home
last modified time | relevance | path

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

/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Doptions.cpp62 m_resolutionString[r1400X1050] = "1400x1050"; in Options()
69 m_resolutionHeightInt[r1400X1050] = 1050; in Options()
76 m_resolutionWidthInt[r1400X1050] = 1400; in Options()
H A Dutils.cpp201 opts->resolution = r1400X1050; in parseCommandLine()
218 opts->resolution = r1400X1050; in parseCommandLine()
H A Doptions.h23 enum Resolution {r640X480, r800X600, r1024X768, r1280X1024, r1400X1050, r1600X1200, }; enumerator
H A Dbrutalchess.cpp357 opts->resolution = r1400X1050; in main()