[PATCH 3/3] server: Store all 64 bits of window id.
10 Feb
2022
10 Feb
'22
2:02 p.m.
Signed-off-by: Jacek Caban <jacek(a)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(-)
1407
Age (days ago)
1407
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban