diff -r 51adf061e18f -r 55eb8a87d3e5 ui/motif/list.h --- a/ui/motif/list.h Thu Jun 26 18:29:37 2025 +0200 +++ b/ui/motif/list.h Thu Jun 26 18:42:20 2025 +0200 @@ -42,7 +42,8 @@ Widget widget; UiVar *var; UiModel* model; - ui_getvaluefunc getvalue; + ui_getvaluefunc2 getvalue; + void *getvaluedata; UiListSelection current_selection;