c82d8c9c6b
xf_cliprdr_process_selection_notify calls xf_cliprdr_send_client_format_list if the SelectionNotify event property was None. xf_cliprdr_send_client_format_list called XConvertSelection even if there was no clipboard owner. In that case the XServer generates a SelectionNotify event to the requestor (us) with property None and so on ... The most obvious fix is to ensure that XConvertSelection is not called if the owner is None which is done in this commit. |
||
---|---|---|
.. | ||
Android | ||
common | ||
DirectFB | ||
iOS | ||
Mac | ||
Sample | ||
Wayland | ||
Windows | ||
X11 | ||
.gitignore | ||
CMakeLists.txt |