[Git][wine/wine][master] 6 commits: win32u: Introduce a new NtUserDragDropCall message call.
Alexandre Julliard pushed to branch master at wine / wine Commits: 1ef56284 by Rémi Bernon at 2024-10-18T13:49:27+02:00 win32u: Introduce a new NtUserDragDropCall message call. And use it to post WM_DROPFILES message. - - - - - e9e07609 by Rémi Bernon at 2024-10-18T13:49:30+02:00 winex11: Compute DND drop point earlier when dropping files/urls. - - - - - 9d7d3bd2 by Rémi Bernon at 2024-10-18T13:49:30+02:00 winex11: Query the DndSelection property value earlier. - - - - - 6cb21e12 by Rémi Bernon at 2024-10-18T13:49:30+02:00 winex11: Lookup for files/urls DND target window in user32. - - - - - 0bfdac7f by Rémi Bernon at 2024-10-18T13:49:30+02:00 win32u: Move the PE side DND callbacks to user32. - - - - - 2334b9bf by Rémi Bernon at 2024-10-18T13:49:31+02:00 win32u: Map points from window monitor DPI to thread DPI. - - - - - 17 changed files: - dlls/user32/Makefile.in - dlls/user32/clipboard.c - dlls/user32/user_main.c - dlls/user32/user_private.h - dlls/win32u/clipboard.c - dlls/win32u/message.c - dlls/win32u/ntuser_private.h - dlls/winex11.drv/Makefile.in - dlls/winex11.drv/dllmain.c - dlls/winex11.drv/event.c - dlls/winex11.drv/unixlib.h - dlls/winex11.drv/x11drv.h - dlls/winex11.drv/x11drv_dll.h - dlls/winex11.drv/x11drv_main.c - − dlls/winex11.drv/xdnd.c - dlls/wow64win/user.c - include/ntuser.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/373afb8c07169e8c756c8d9338b997... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/373afb8c07169e8c756c8d9338b997... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)