ui/win32/window.c

changeset 953
c98404829cd3
parent 938
be4c88ded783
child 954
07c1effb2a31
--- 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;

mercurial