mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 23:07:04 +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
|
// an array of padded 64-bit values
|
||||||
if (!data || format != 32)
|
if (!data || format != 32)
|
||||||
{
|
{
|
||||||
this->notifyFn(LG_CLIPBOARD_DATA_NONE);
|
|
||||||
if (data)
|
if (data)
|
||||||
XFree(data);
|
XFree(data);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user