[client] wayland: update to support new spice clipboard type list

This commit is contained in:
Quantum 2021-05-29 21:42:51 -04:00 committed by Geoffrey McRae
parent 9ddfacc1a8
commit 437bba1897

View File

@ -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;
}