reactos/win32ss/gdi/gdi32/objects
Victor Martinez Calvo b57be0a746
[GDI32] Fix GetObjectW() GDI_OBJECT_TYPE_BRUSH handling. (#4394)
This fixes the last GetObjectW apitest case:
ok_long(GetObjectA(hBrush, 0, &TestStruct), 0);

- When "cbSize" is "0", GetObjectW shouldn't return "sizeof(LOGBRUSH)" but 0.
- Rely in BRUSH::cjGetObject behavior which returns 0 when cjSize is 0.

Co-authored-by: Víctor Martínez Calvo <victormartinez@alub.io>
2022-05-03 16:00:21 +02:00
..
arc.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
bitmap.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05: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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
colorspace.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
eng.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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 [GDI32] Fix GetObjectW() GDI_OBJECT_TYPE_BRUSH handling. (#4394) 2022-05-03 16:00:21 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
printdrv.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
region.c [GDI32] Update Wine Metafile Code 2021-09-27 16:18:20 -05:00
text.c [GDI32] Fix rectangle flag issues. 2021-10-16 11:16:43 -05:00
utils.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00