ui/motif/container.h

changeset 595
e62047c59658
parent 482
5bc95a6228b0
child 670
d676b2c5e93b
--- a/ui/motif/container.h	Thu May 29 12:03:32 2025 +0200
+++ b/ui/motif/container.h	Thu May 29 13:23:11 2025 +0200
@@ -39,14 +39,14 @@
 #endif
     
 #define UI_APPLY_LAYOUT(layout, args) \
-    layout.fill = args.fill; \
-    layout.hexpand = args.hexpand; \
-    layout.vexpand = args.vexpand; \
-    layout.hfill = args.hfill; \
-    layout.vfill = args.vfill; \
-    layout.override_defaults = args.override_defaults; \
-    layout.colspan = args.colspan; \
-    layout.rowspan = args.rowspan
+    layout.fill = args->fill; \
+    layout.hexpand = args->hexpand; \
+    layout.vexpand = args->vexpand; \
+    layout.hfill = args->hfill; \
+    layout.vfill = args->vfill; \
+    layout.override_defaults = args->override_defaults; \
+    layout.colspan = args->colspan; \
+    layout.rowspan = args->rowspan
     
 typedef enum UiBoxOrientation UiBoxOrientation;
 

mercurial