mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
Send XdndPosition messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user