Fetch atoms for the remaining two XDND messages

We're going to need these anyways.
This commit is contained in:
Robbert van der Helm
2021-07-11 14:14:02 +02:00
parent 7b5810ae57
commit 4e67fa9212
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -250,7 +250,9 @@ 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_drop_message;
xcb_atom_t xcb_xdnd_enter_message;
xcb_atom_t xcb_xdnd_finished_message;
xcb_atom_t xcb_xdnd_position_message;
xcb_atom_t xcb_xdnd_status_message;
xcb_atom_t xcb_xdnd_leave_message;