mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-04 11:53:31 +00:00
[client] wayland: update to support new spice clipboard type list
This commit is contained in:
parent
9ddfacc1a8
commit
437bba1897
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ static void clipboardReadCallback(uint32_t events, void * opaque)
|
||||||
wlCb.stashedContents = data->buf;
|
wlCb.stashedContents = data->buf;
|
||||||
|
|
||||||
clipboardReadCancel(data, false);
|
clipboardReadCancel(data, false);
|
||||||
app_clipboardNotify(wlCb.stashedType, 0);
|
app_clipboardNotifyTypes(&wlCb.stashedType, 1);
|
||||||
|
app_clipboardNotifySize(wlCb.stashedType, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue