• Rob Shearman's avatar
    user32: Fix MonitorFromRect to cope with the absence of the MONITOR_DEFAULTTONEAREST flag. · 386427e7
    Rob Shearman authored
    Previously, the code would return any monitor found, regardless of 
    whether it intersected the given rect or was the nearest monitor. This 
    is fixed by adding a new flag that causes monitor_enum to only find the 
    nearest monitor if MONITOR_DEFAULTTONEAREST is specified.
    
    Also add a trace for MonitorFromWindow, since it is called in many 
    places within user32 and so can't be traced using a relay trace.
    386427e7
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...