[client] x11: pass large struct by reference

This commit is contained in:
Geoffrey McRae
2023-11-11 11:36:24 +11:00
parent 3c1405719c
commit b70811dcb9
3 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@
#include "interface/displayserver.h"
bool x11CBEventThread(const XEvent xe);
bool x11CBEventThread(const XEvent * xe);
bool x11CBInit(void);
void x11CBNotice(LG_ClipboardData type);