mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 07:53:55 +02:00
Announce XdndEnter and XdndLeave
This commit is contained in:
@@ -249,4 +249,11 @@ class WineXdndProxy {
|
||||
xcb_atom_t xcb_xdnd_selection;
|
||||
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_leave_message;
|
||||
|
||||
// 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;
|
||||
xcb_atom_t xcb_mime_text_plain;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user