On 15 Oct 2020, at 10:24, Huw Davies huw@codeweavers.com wrote:
-static BOOL copy_or_cut(ME_TextEditor *editor, BOOL cut) +HRESULT editor_copy_or_cut( ME_TextEditor *editor, BOOL cut, BOOL ui, ME_Cursor *start, int count,
IDataObject **data_out )
{
Sorry, one of the changes I made to Damjan's patch was to remove the need for 'ui', which I then forgot to remove from the prototype... v2 on its way.
Huw.