mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 21:47:23 +00:00
[client] clipboard: correctly alert for large buffers
This commit is contained in:
parent
69b8c4b4eb
commit
d700e19a32
@ -248,9 +248,10 @@ static void x11_cb_selection_notify(const XSelectionEvent e)
|
|||||||
&after,
|
&after,
|
||||||
&data);
|
&data);
|
||||||
|
|
||||||
if (format == this->aIncr)
|
if (type == this->aIncr)
|
||||||
{
|
{
|
||||||
DEBUG_WARN("fixme: large paste buffers are not yet supported");
|
DEBUG_WARN("fixme: large paste buffers are not yet supported");
|
||||||
|
this->notifyFn(LG_CLIPBOARD_DATA_NONE);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user