Advertisement

how to find the rez

Started by July 22, 2003 01:58 AM
0 comments, last by pIpEs ClaNGoR 21 years, 7 months ago
How do you find the rez setting on a windows desktop?
---------------------------The pipes clangor all the time.
On win32 I do

EnumDisplaySettings(NULL, ENUM_CURRENT_SETTINGS, &systemMode);

After call systemMode contains all the infos about the current display mode. I do it before creating the window and I am sure it works.

Previously "Krohm"

This topic is closed to new replies.

Advertisement