mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] x11: don't notify to clear if no property
This commit is contained in:
parent
d8b01c0257
commit
dd38f3ce13
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue