# HG changeset patch # User Olaf Wintermann # Date 1780424054 -7200 # Node ID 6cac1a5b4c47352bc3725e5f0662a07682590ac3 # Parent 881dfcf46cd6d83a6e74fa8fc9b83838d5b7b23f fix motif build diff -r 881dfcf46cd6 -r 6cac1a5b4c47 ui/motif/menu.c --- a/ui/motif/menu.c Tue Jun 02 20:12:57 2026 +0200 +++ b/ui/motif/menu.c Tue Jun 02 20:14:14 2026 +0200 @@ -199,7 +199,7 @@ Widget button = XmCreateToggleButton(p, "menuradiobutton", args, n); XtManageChild(button); - ui_bind_radiobutton(obj, button, NULL, it->varname, it->callback, it->userdata, 0); + ui_bind_radiobutton(obj, button, NULL, it->varname, it->callback, it->userdata, NULL, 0); } static void menuitem_list_remove_binding(void *obj) { diff -r 881dfcf46cd6 -r 6cac1a5b4c47 ui/motif/text.c --- a/ui/motif/text.c Tue Jun 02 20:12:57 2026 +0200 +++ b/ui/motif/text.c Tue Jun 02 20:14:14 2026 +0200 @@ -98,7 +98,7 @@ var); } - if(args->onchange || args->action) { + if(args->onchange || args->onchange_action) { }