Clean up X11 client message functions

clang-tidy would warn about all parameters being the same, which is
true, but that's kind of the point here.
This commit is contained in:
Robbert van der Helm
2021-07-11 12:15:30 +02:00
parent e0ff16cd16
commit eac9f9433b
4 changed files with 29 additions and 25 deletions
+6 -6
View File
@@ -191,12 +191,12 @@ class WineXdndProxy {
*
* https://www.freedesktop.org/wiki/Specifications/XDND/#clientmessages
*/
void send_xdnd_message(const xcb_window_t& window,
const xcb_atom_t message_type,
const uint32_t data1,
const uint32_t data2,
const uint32_t data3,
const uint32_t data4) const noexcept;
void send_xdnd_message(xcb_window_t window,
xcb_atom_t message_type,
uint32_t data1,
uint32_t data2,
uint32_t data3,
uint32_t data4) const noexcept;
/**
* We need a dedicated X11 connection for our proxy because we can have