[PATCH 01/12] user32: Use a single struct for static and animated cursor icons.
22 Feb
2022
22 Feb
'22
12:40 p.m.
Handle allocation should use a separate from data initialization, so its object layout needs to be independent on data. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- Most of the series is refactoring cursoricon.c to allow moving handle allocation in the last patch. dlls/user32/cursoricon.c | 117 +++++++++++++++------------------------ 1 file changed, 45 insertions(+), 72 deletions(-)
1480
Age (days ago)
1480
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban