Send XdndPosition messages

This commit is contained in:
Robbert van der Helm
2021-07-11 12:34:04 +02:00
parent eac9f9433b
commit 6f3beca32a
2 changed files with 48 additions and 19 deletions
+6
View File
@@ -250,8 +250,14 @@ class WineXdndProxy {
xcb_atom_t xcb_xdnd_aware_property;
xcb_atom_t xcb_xdnd_proxy_property;
xcb_atom_t xcb_xdnd_enter_message;
xcb_atom_t xcb_xdnd_position_message;
xcb_atom_t xcb_xdnd_leave_message;
// XDND specifies various actions for drag-and-drop, but since the file is
// technically still owned by the plugin we'll just stick with copies to be
// safe
xcb_atom_t xcb_xdnd_copy_action;
// Mime types for use in XDND, we'll only support dragging links since that
// is the foramt the Windows OLE drag-and-drop provides us
xcb_atom_t xcb_mime_text_uri_list;