mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] x11: don't notify to clear if no property
This commit is contained in:
parent
d8b01c0257
commit
dd38f3ce13
@ -269,7 +269,6 @@ static void x11_cb_wmevent(SDL_SysWMmsg * msg)
|
||||
// an array of padded 64-bit values
|
||||
if (!data || format != 32)
|
||||
{
|
||||
this->notifyFn(LG_CLIPBOARD_DATA_NONE);
|
||||
if (data)
|
||||
XFree(data);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user