mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 09:44:16 +00:00
[client] x11: don't notify to clear if no property
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user