diff -r bcb3c7d486f3 -r 7ddf5fb7ec2a ui/win32/button.h --- a/ui/win32/button.h Wed Oct 08 10:41:35 2025 +0200 +++ b/ui/win32/button.h Wed Oct 08 12:36:16 2025 +0200 @@ -32,9 +32,9 @@ #include "../ui/button.h" #include "container.h" -typedef struct W32Button { +typedef struct UiButton { W32Widget widget; -} W32Button; +} UiButton; W32Size ui_button_get_preferred_size(W32Widget *widget);