On Mon Mar 11 08:40:04 2024 +0000, Zhiyi Zhang wrote:
Usually, EnumDisplayMonitors() returns primary monitors first. However, after this MR, monitors are returned in the reversed order. Some applications might depend on it so let's keep the old behavior.
I changed EnumDisplayMonitors a bit to make the enumeration order explicit there.