mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] clipboard: correctly alert for large buffers
This commit is contained in:
parent
69b8c4b4eb
commit
d700e19a32
1 changed files with 2 additions and 1 deletions
|
@ -248,9 +248,10 @@ static void x11_cb_selection_notify(const XSelectionEvent e)
|
|||
&after,
|
||||
&data);
|
||||
|
||||
if (format == this->aIncr)
|
||||
if (type == this->aIncr)
|
||||
{
|
||||
DEBUG_WARN("fixme: large paste buffers are not yet supported");
|
||||
this->notifyFn(LG_CLIPBOARD_DATA_NONE);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue