diff -r e79a60b3a7cb -r 7c3ff86ee9d4 ui/motif/container.h --- a/ui/motif/container.h Sun Apr 16 10:20:21 2023 +0200 +++ b/ui/motif/container.h Tue May 23 11:11:28 2023 +0200 @@ -31,7 +31,7 @@ #include "../ui/toolkit.h" #include "../ui/container.h" -#include +#include #include #ifdef __cplusplus @@ -93,8 +93,8 @@ struct UiGridContainer { UiContainer container; - UcxList *lines; - UcxList *current; + CxList *lines; + CxList *current; int columnspacing; int rowspacing; }; @@ -103,14 +103,14 @@ UiContainer container; UiContext *context; Widget widget; - UcxList *tabs; + CxList *tabs; Widget current; }; struct MotifTabbedPane { UiTabbedPane view; Widget tabbar; - UcxList *tabs; + CxList *tabs; UiTab *current; int index; Pixel bg1;