[PATCH 2/9] win32u: Introduce UpdateDisplayDevice user driver entry point.

Jacek Caban jacek at codeweavers.com
Wed Nov 24 19:34:19 CST 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
The idea is to provide a way to drivers to do the registration instead 
of duplicating it in each driver. The new way also allows drivers to set 
those without SetupAPI, which is problematic for unix libs.

  dlls/user32/driver.c      |  1 +
  dlls/win32u/driver.c      | 13 +++++++
  dlls/win32u/sysparams.c   | 75 ++++++++++++++++++++++++++++++++++++++-
  include/wine/gdi_driver.h | 37 +++++++++++++++++++
  4 files changed, 125 insertions(+), 1 deletion(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-win32u-Introduce-UpdateDisplayDevice-user-driver-entry.txt
Type: text/x-patch
Size: 6391 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211125/7826cb91/attachment.bin>


More information about the wine-devel mailing list