wine/dlls/ddraw
Zhiyi Zhang 9092a4ccca ddraw: Restore WS_EX_TOPMOST in exclusive fullscreen mode if it got removed.
Tests show that there is a ~1.5s timer that checks for the presence of WS_EX_TOPMOST and restore it
if it got removed when the timer times out. Manual tests that skip WM_TIMER handling show there is a
1.5s timer of ID 0x4242 keeps firing. The timer stops when its WM_TIMER message gets handled.

Fix Deus Ex: Game of the Year Edition missing WS_EX_TOPMOST after changing resolutions in fullscreen
mode. The application removes WS_EX_TOPMOST from its game window after entering fullscreen.
2023-11-02 22:25:17 +01:00
..
tests ddraw: Restore WS_EX_TOPMOST in exclusive fullscreen mode if it got removed. 2023-11-02 22:25:17 +01:00
clipper.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
ddraw.c ddraw: Restore WS_EX_TOPMOST in exclusive fullscreen mode if it got removed. 2023-11-02 22:25:17 +01:00
ddraw.spec
ddraw_classes.idl
ddraw_private.h ddraw: Restore WS_EX_TOPMOST in exclusive fullscreen mode if it got removed. 2023-11-02 22:25:17 +01:00
device.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
executebuffer.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
light.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
main.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
material.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
palette.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
surface.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
utils.c ddraw: Use the debugstr_fourcc function instead of reimplementing it. 2023-10-06 20:49:53 +02:00
version.rc
vertexbuffer.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00
viewport.c ddraw: Use CRT allocation functions. 2023-10-31 18:49:00 +01:00