diff -r e79a60b3a7cb -r 7c3ff86ee9d4 ui/motif/button.h --- a/ui/motif/button.h Sun Apr 16 10:20:21 2023 +0200 +++ b/ui/motif/button.h Tue May 23 11:11:28 2023 +0200 @@ -37,7 +37,7 @@ #endif typedef struct { - UcxList *buttons; + CxList *buttons; Widget current; int ref; } RadioButtonGroup;