ui/gtk/menu.c

branch
newapi
changeset 293
736c962f1011
parent 287
5370ea7e45a2
child 294
7232a8e68eeb
--- a/ui/gtk/menu.c	Sun Jun 16 10:42:22 2024 +0200
+++ b/ui/gtk/menu.c	Sun Jun 16 11:23:21 2024 +0200
@@ -42,6 +42,8 @@
 #include <cx/linked_list.h>
 #include <cx/array_list.h>
 
+#if UI_GTK2 || UI_GTK3
+
 
 static ui_menu_add_f createMenuItem[] = {
     /* UI_MENU                 */ add_menu_widget,
@@ -498,3 +500,5 @@
         cxListDestroy(groups);
     }
 }
+
+#endif /* UI_GTK2 || UI_GTK3
\ No newline at end of file

mercurial