15 Oct
2020
15 Oct
'20
10:48 a.m.
On 15 Oct 2020, at 10:24, Huw Davies <huw(a)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.