25 Jul
2024
25 Jul
'24
10 p.m.
Would you mind adding a `Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56140` into the comment? To explain, the callback function takes two indices, which are relative to the original (unsorted) array. The indices are calculated in `LISTVIEW_CallBackCompare/Ex`, finding the position of the items in `context->items`. So if we need to pass the original array here, otherwise we get messed up indices. Right? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6160#note_77087