wine/dlls/win32u
Zhiyi Zhang 00ae070cd1 win32u: Skip detached monitors in is_window_rect_full_screen().
Fix a regression from ee405dd. After ee405dd, is_window_rect_full_screen() may compare window
rectangles against the empty rectangles of detached monitors. For example, is_window_rect_full_screen()
can incorrectly return TRUE for a (0, 0, 1, 1) rectangle because 0 <= 0 && 1 >= 0 && 0 <= 0 && 1 >= 0
is true.
2022-11-02 16:00:22 +01:00
..
dibdrv
tests win32u: Move NtUserDisplayConfigGetDeviceInfo implementation from user32. 2022-10-31 12:12:15 +01:00
bitblt.c
bitmap.c
brush.c
class.c
clipboard.c
clipping.c
cursoricon.c
dc.c
dce.c
defwnd.c
dib.c
driver.c win32u: Add is_primary parameter to GetCurrentDisplaySettings. 2022-11-01 20:46:23 +01:00
emfdrv.c
font.c win32u: Make sure that the stack buffer in set_multi_value_key is large enough. 2022-10-24 18:48:39 +02:00
freetype.c
gdiobj.c
hook.c
imm.c
input.c win32u: Move NtUserDragDetect() to window.c. 2022-10-31 20:41:45 +01:00
main.c
Makefile.in
mapping.c
menu.c
message.c win32u: Prevent use after free (Coverity). 2022-11-02 14:41:56 +01:00
ntgdi_private.h
ntuser_private.h
opentype.c
painting.c
palette.c
path.c
pen.c
printdrv.c
rawinput.c
region.c
scroll.c
spy.c
syscall.c user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
sysparams.c win32u: Skip detached monitors in is_window_rect_full_screen(). 2022-11-02 16:00:22 +01:00
vertical.c
vulkan.c
win32u.spec user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
win32u_private.h
window.c win32u: Move NtUserDragDetect() to window.c. 2022-10-31 20:41:45 +01:00
winstation.c
wrappers.c