[PATCH 5/6] win32u: Move is_window_rect_full_screen implementation from winex11.

Jacek Caban jacek at codeweavers.com
Wed Apr 20 09:00:23 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
NtUserEnumDisplayMonitors needs client callback, so it's not useful for 
unixlibs right now. Since we need to expose that functionality 
differently, we may as well move the functionality to win32u.

  dlls/win32u/sysparams.c   | 24 ++++++++++++++++++++++++
  dlls/winex11.drv/event.c  |  2 +-
  dlls/winex11.drv/mouse.c  |  2 +-
  dlls/winex11.drv/window.c | 34 +++-------------------------------
  dlls/winex11.drv/x11drv.h |  1 -
  include/ntuser.h          |  6 ++++++
  6 files changed, 35 insertions(+), 34 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-win32u-Move-is_window_rect_full_screen-implementation-.txt
Type: text/x-patch
Size: 6690 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220420/327b5b22/attachment.bin>


More information about the wine-devel mailing list