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
bitmap.c
brush.c
clientobj.c
colorspace.c
coord.c
dc.c
efloat.c
eng.c
enhmfile.c
font.c
gdiobj.c
icm.c
linedda.c
metafile.c
painting.c
palette.c
path.c
pen.c
printdrv.c
region.c
text.c
utils.c