ui/win32/window.h

changeset 818
8185cd761897
parent 815
7ddf5fb7ec2a
child 841
651cf2c59dd9
--- a/ui/win32/window.h	Wed Oct 08 15:54:33 2025 +0200
+++ b/ui/win32/window.h	Wed Oct 08 16:09:54 2025 +0200
@@ -44,7 +44,7 @@
 typedef struct UiWindow {
     W32Widget widget;
     UiObject *obj;
-    UiGridLayoutContainer *container;
+    UiBoxContainer *container;
 } UiWindow;
 
 void ui_window_init(void);

mercurial