diff -r f55630d3006f -r c98404829cd3 ui/win32/window.c --- a/ui/win32/window.c Sat Dec 06 18:17:07 2025 +0100 +++ b/ui/win32/window.c Sun Dec 07 10:02:27 2025 +0100 @@ -107,6 +107,9 @@ return create_window(title, window_data, FALSE); } +UiObject *ui_simple_window(const char *title, void *window_data) { + return create_window(title, window_data, TRUE); +} int ui_window_widget_event(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { //UiWindow *window = (UiWindow*)widget;