-
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.