reactos/win32ss
Tomáš Veselý a9bdd62d84
[GDI32] SetBkMode: Avoid invalid input. CORE-19656 (#7089)
Fixes a bug in Midori 0.5.11 installer which caused bad rendering
that was making the text hard to read (no background).
In Windows it's visible as FillRect(0x89011a1f, 0x0019f87c, 0xabababab),
and in ReactOS as SetBkMode(0xb5010fce, -1546139919).

After a number of attempts to get the same behavior, I haven't found a way
to fix it without a hack to make the installer look identical to Windows.

At least I added handling for the incorrect value in SetBkMode.
This shouldn't matter anywhere. It may not look the same as on Windows,
but the text will at least be readable.
2024-07-08 21:34:36 +03:00
..
drivers Revert my last commits that break build. 2023-11-23 17:20:47 +01:00
gdi [GDI32] SetBkMode: Avoid invalid input. CORE-19656 (#7089) 2024-07-08 21:34:36 +03:00
include [IMM32][NTUSER] Fix NtUserGetThreadState call of Imm32InquireIme 2024-05-28 23:17:22 +09:00
printing [LOCALMON] Update Romanian (ro-RO) translation (#5925) 2023-11-08 20:06:16 +01:00
reactx [DXG] Don't repeat "DXG" module name in version info 2023-12-01 08:23:13 +07:00
user [USER32][USER32_APITEST] CopyImage: Check flags (#7075) 2024-07-08 19:24:15 +09:00
CMakeLists.txt [USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208) 2024-06-04 10:19:32 -06:00
napi.h
pch.h [REACTOS] Standardize <imm.h> and <immdev.h> (#6493) 2024-02-13 20:33:14 +09:00
sys-stubs.S
w32ksvc32.h
w32ksvc64.h
win32k.h
win32k.rc
win32k.spec
win32kp.h