]> git.eshelyaron.com Git - emacs.git/commit
Scale top-left coordinates in display-monitor-attributes-list
authorRobert Pluim <rpluim@gmail.com>
Tue, 7 Jan 2020 13:41:52 +0000 (14:41 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 7 Jan 2020 16:26:21 +0000 (17:26 +0100)
commitf54b24304decc52defbf12576993d746e02a80ee
treef5fff9c354c7c83d6d5b14c96ec473d1cbc5f021
parentb46c75b16cb870584c0e00eb81c85715c5421d20
Scale top-left coordinates in display-monitor-attributes-list

When using multiple monitors, and HiDPI, the top-left coordinates of
the monitors need to be adjusted, not just the width and height
(Bug#31223).

* xfns.c (Fx_display_monitor_attributes_list): Scale top-left
coordinates.
src/xfns.c