application/main.c

changeset 813
6d9066951cdb
parent 804
ce992dbfbc39
child 814
bcb3c7d486f3
--- a/application/main.c	Wed Oct 08 07:53:57 2025 +0200
+++ b/application/main.c	Wed Oct 08 09:46:23 2025 +0200
@@ -1125,7 +1125,7 @@
 
 void application_startup(UiEvent *event, void *data) {
 	UiObject *obj = ui_window("Test w32", NULL);
-	
+	ui_show(obj);
 }
 
 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {

mercurial