[PATCH 2/5] win32u: Move NtUserEnumDisplayMonitors implementation from user32.

Jacek Caban jacek at codeweavers.com
Wed Dec 1 18:13:55 CST 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/driver.c         |  13 ---
  dlls/user32/sysparams.c      | 187 +++--------------------------------
  dlls/user32/user_main.c      |   8 ++
  dlls/user32/user_private.h   |   6 +-
  dlls/win32u/driver.c         |   9 +-
  dlls/win32u/gdiobj.c         |   1 +
  dlls/win32u/sysparams.c      |  71 +++++++++++++
  dlls/win32u/win32u.spec      |   4 +-
  dlls/win32u/win32u_private.h |   8 ++
  dlls/win32u/wrappers.c       |   5 +
  include/ntuser.h             |  17 ++++
  include/wine/gdi_driver.h    |   3 +-
  12 files changed, 133 insertions(+), 199 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-win32u-Move-NtUserEnumDisplayMonitors-implementation-f.txt
Type: text/x-patch
Size: 23432 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211202/86a1ffd8/attachment.bin>


More information about the wine-devel mailing list