gnif / LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
GNU General Public License v2.0
4.64k stars 257 forks source link

[client] x11: Fix clipboard selection notify #1101

Closed JJRcop closed 9 months ago

JJRcop commented 9 months ago

Was expecting a pointer but getting a pointer-to-pointer

This was causing clipboard sync from host to guest to break on KDE X11

JJRcop commented 9 months ago

Done in 8cd002f1b2001af7fdd2ff68d914fbd43a4d68a4 which is already a part of master

gnif commented 9 months ago

Thanks, sorry I missed this PR or I would have merged it :)