Implement the function for sending XDND messages

This commit is contained in:
Robbert van der Helm
2021-07-10 23:18:18 +02:00
parent 2e153304dd
commit 7d8a252301
2 changed files with 29 additions and 9 deletions
+4 -3
View File
@@ -192,10 +192,11 @@ class WineXdndProxy {
* https://www.freedesktop.org/wiki/Specifications/XDND/#clientmessages
*/
void send_xdnd_message(const xcb_window_t& window,
const uint32_t message,
const uint32_t detail,
const xcb_atom_t message_type,
const uint32_t data1,
const uint32_t data2) const noexcept;
const uint32_t data2,
const uint32_t data3,
const uint32_t data4) const noexcept;
/**
* We need a dedicated X11 connection for our proxy because we can have