mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Implement the function for sending XDND messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user