[PATCH v4 1/5] user32: Introduce user_driver_funcs struct.
11 Nov
2021
11 Nov
'21
1:12 p.m.
And use it instead of USER_DRIVER. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/driver.c | 24 +++++++-------- dlls/user32/painting.c | 9 ++---- dlls/user32/sysparams.c | 1 - dlls/user32/user_private.h | 56 ++-------------------------------- dlls/user32/win.c | 6 +--- dlls/user32/winpos.c | 9 ++---- dlls/winemac.drv/mouse.c | 2 +- include/wine/gdi_driver.h | 61 ++++++++++++++++++++++++++++++++++++++ 8 files changed, 79 insertions(+), 89 deletions(-)
1499
Age (days ago)
1499
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban