Announce XdndEnter and XdndLeave

This commit is contained in:
Robbert van der Helm
2021-07-10 23:50:39 +02:00
parent 7d8a252301
commit 94125f9eab
2 changed files with 45 additions and 0 deletions
+7
View File
@@ -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;
};