[client,x11] fix RAILS image paste, fixes #7276

This commit is contained in:
Armin Novak 2023-07-10 08:18:38 +02:00 committed by akallabeth
parent e18918356f
commit 7dbf7cec68

View File

@ -970,6 +970,7 @@ static BOOL xf_cliprdr_get_requested_data(xfClipboard* clipboard, Atom target)
clipboard->incr_data_length = 0;
has_data = TRUE; /* data will be followed in PropertyNotify event */
XSelectInput(xfc->display, xfc->drawable, PropertyChangeMask);
}
else
{