Andrew Eikum aeikum@codeweavers.com writes:
This fixes maximizing to the wrong monitor on a Mac with multiple monitors. Maximizing with multiple monitors continues to work correctly on Linux for me.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com
dlls/user32/winpos.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
I'm not sure it makes sense to use only one coordinate of the monitor rectangle. What are the coordinate values that trigger this?