reactos/win32ss/gdi/gdi32/objects
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
..
arc.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
bitmap.c [GDI32] CreateDIBSection: Remove erroneous assignation (#5502) 2023-08-06 17:35:23 +02:00
brush.c [Win32SS|GDI] Implement seldom used API and update types for local DC's. 2021-09-25 11:57:26 -05:00
clientobj.c
colorspace.c
coord.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
dc.c [GDI32] SetBkMode: Avoid invalid input. CORE-19656 (#7089) 2024-07-08 21:34:36 +03:00
efloat.c
eng.c
enhmfile.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
font.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
gdiobj.c Fix return value from GetObject gdi32_apitest (#7046) 2024-07-06 22:55:06 +02:00
icm.c [Win32SS|GDI] Implement seldom used API and update types for local DC's. 2021-09-25 11:57:26 -05:00
linedda.c
metafile.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
painting.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
palette.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
path.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
pen.c
printdrv.c
region.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
text.c [GDI32] Fix ExtTextOutA with ETO_GLYPH_INDEX 2022-09-18 20:51:12 +02:00
utils.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00