Re: [PATCH v3] ui/gtk-clipboard: async owner_change clipboard_request

2023-11-14 Thread Marc-André Lureau
Hi On Wed, Oct 18, 2023 at 5:38 PM Edmund Raile wrote: > > Previous implementation of both functions was blocking and caused guest > freezes / crashes on host clipboard owner change. > * use callbacks instead of waiting for GTK to deliver >clipboard content type evaluation and contents > *

[PATCH v3] ui/gtk-clipboard: async owner_change clipboard_request

2023-10-18 Thread Edmund Raile
Previous implementation of both functions was blocking and caused guest freezes / crashes on host clipboard owner change. * use callbacks instead of waiting for GTK to deliver clipboard content type evaluation and contents * evaluate a serial in the info struct to discard old events Fixes: d1