ui/win32/text.c

changeset 938
be4c88ded783
parent 881
e0bbf466915f
child 940
105bccb3dc66
--- 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) {

mercurial