mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-20 14:28:09 +00:00
[client] x11: pass large struct by reference
This commit is contained in:
@@ -897,7 +897,7 @@ static int x11EventThread(void * unused)
|
||||
XNextEvent(x11.display, &xe);
|
||||
|
||||
// call the clipboard handling code
|
||||
if (x11CBEventThread(xe))
|
||||
if (x11CBEventThread(&xe))
|
||||
continue;
|
||||
|
||||
switch(xe.type)
|
||||
|
Reference in New Issue
Block a user