[PATCH 3/3] server: Store all 64 bits of window id.

Jacek Caban jacek at codeweavers.com
Thu Feb 10 08:02:08 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
We already store it as UINT_PTR in WND struct and have a test for that, 
but it's not the case on server side (so inter-process queries do not 
work right). This patch reuses extra_value field of the request struct. 
Changing id type would make the request too large and we don't set extra 
bytes and window id in the same time anyway.

  dlls/user32/win.c   | 2 +-
  server/protocol.def | 3 +--
  server/window.c     | 4 ++--
  3 files changed, 4 insertions(+), 5 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-server-Store-all-64-bits-of-window-id.txt
Type: text/x-patch
Size: 2694 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220210/2b6a3647/attachment.bin>


More information about the wine-devel mailing list