diff -r 2cb06c231057 -r bc63cb601f6d ui/motif/button.h --- a/ui/motif/button.h Mon May 22 19:44:27 2023 +0200 +++ b/ui/motif/button.h Mon May 22 21:21:20 2023 +0200 @@ -37,7 +37,7 @@ #endif typedef struct { - UcxList *buttons; + CxList *buttons; Widget current; int ref; } RadioButtonGroup;