[PATCH 6/7] win32u: Move __wine_set_user_driver implementation from user32.

Jacek Caban jacek at codeweavers.com
Thu Apr 7 08:26:59 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/Makefile.in      |   1 -
  dlls/user32/clipboard.c      |   2 +-
  dlls/user32/driver.c         | 171 -----------------------------------
  dlls/user32/user32.spec      |   1 -
  dlls/user32/user_main.c      |   2 -
  dlls/user32/user_private.h   |   7 --
  dlls/win32u/driver.c         |  34 ++++---
  dlls/win32u/gdiobj.c         |   2 +-
  dlls/win32u/ntuser_private.h |   1 -
  dlls/win32u/sysparams.c      |   3 +
  dlls/win32u/win32u.spec      |   2 +-
  dlls/win32u/win32u_private.h |   2 +-
  dlls/win32u/wrappers.c       |   6 +-
  include/ntuser.h             |   1 +
  include/wine/gdi_driver.h    |   1 -
  15 files changed, 31 insertions(+), 205 deletions(-)
  delete mode 100644 dlls/user32/driver.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-win32u-Move-__wine_set_user_driver-implementation-from.txt
Type: text/x-patch
Size: 14303 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220407/332a452e/attachment.bin>


More information about the wine-devel mailing list