--- a/ui/win32/grid.h Wed Oct 08 15:54:33 2025 +0200 +++ b/ui/win32/grid.h Wed Oct 08 16:09:54 2025 +0200 @@ -62,8 +62,6 @@ } GridElm; typedef struct UiGridLayout { - HWND hwnd; - GridEdgeInsets padding; short columnspacing; short rowspacing; @@ -78,7 +76,6 @@ int max_column; int max_row; - } UiGridLayout; typedef struct GridDef { @@ -88,7 +85,7 @@ BOOLEAN expand; } GridDef; -UiGridLayout* ui_grid_layout_create(const CxAllocator *a, HWND control, short columnspacing, short rowspacing); +UiGridLayout* ui_grid_layout_create(const CxAllocator *a, short columnspacing, short rowspacing); void ui_grid_add_widget( UiGridLayout *grid,