--- a/ui/win32/text.c Wed Nov 26 19:39:37 2025 +0100 +++ b/ui/win32/text.c Thu Nov 27 15:15:09 2025 +0100 @@ -84,8 +84,8 @@ return (W32Size){ .width = textfield->width, .height = 32}; } -void ui_textfield_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { - +int ui_textfield_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { + return 0; } char* ui_textfield_get(UiString *s) {