ui/motif/toolbar.h

branch
newapi
changeset 178
7c3ff86ee9d4
parent 176
bc63cb601f6d
child 406
0ebf9d7b23e8
--- a/ui/motif/toolbar.h	Sun Apr 16 10:20:21 2023 +0200
+++ b/ui/motif/toolbar.h	Tue May 23 11:11:28 2023 +0200
@@ -30,8 +30,8 @@
 #define	TOOLBAR_H
 
 #include "../ui/toolbar.h"
-#include <ucx/map.h>
-#include <ucx/list.h>
+#include <cx/hash_map.h>
+#include <cx/linked_list.h>
 
 #ifdef	__cplusplus
 extern "C" {
@@ -56,7 +56,7 @@
     void           *image;
     ui_callback    callback;
     void           *userdata;
-    UcxList        *groups;
+    CxList         *groups;
     Boolean        isimportant;
 };
 
@@ -65,7 +65,7 @@
     char           *stockid;
     ui_callback    callback;
     void           *userdata;
-    UcxList        *groups;
+    CxList         *groups;
     Boolean        isimportant;
 };
 

mercurial