mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] wayland: update to support new spice clipboard type list
This commit is contained in:
parent
9ddfacc1a8
commit
437bba1897
@ -236,7 +236,8 @@ static void clipboardReadCallback(uint32_t events, void * opaque)
|
||||
wlCb.stashedContents = data->buf;
|
||||
|
||||
clipboardReadCancel(data, false);
|
||||
app_clipboardNotify(wlCb.stashedType, 0);
|
||||
app_clipboardNotifyTypes(&wlCb.stashedType, 1);
|
||||
app_clipboardNotifySize(wlCb.stashedType, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user