mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
We need pixel coordinates for each monitor, but SDL may return logical coordinates depending on HighDPI mode used by the system. This commit does: * Detect which HighDPI mode is in use isHighDPIWindowsMode * Creates a map of pixel coordinates for each monitor * recreated whenever a monitor changes) * Updates the window rdpMonitor data for existing windows