reactos/win32ss/gdi/gdi32/objects
Hermès Bélusca-Maïto e4c4894564
[GDI32] CreateDIBSection: Remove erroneous assignation (#5502)
bmBits is only used and assigned on output. It points (holds the address)
to the array of DIB bit values. The "Bits" parameter is however a pointer
to a variable that will receive the address of that array.
So it makes no sense to initially assign bmBits to the value of the Bits
parameter...
2023-08-06 17:35:23 +02: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_VISTA] Move D3DKMT functions out of gdi32. CORE-17433 2022-01-01 12:42:04 -05: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 [WIN32SS] Use GDI_HANDLE_* macros for readability (#4797) 2022-10-26 02:17:01 +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