# HG changeset patch
# User Olaf Wintermann <olaf.wintermann@gmail.com>
# Date 1729688720 -7200
# Node ID a20213cb3d2fd47798bd1862022c0b12b7a5da42
# Parent  d2ccc543f432caa0e04e7ec1ea2607ba0cd2298f
replace UiBool with UiTri in some UiDialogWindowArgs options

diff -r d2ccc543f432 -r a20213cb3d2f ui/ui/window.h
--- a/ui/ui/window.h	Wed Oct 23 15:01:18 2024 +0200
+++ b/ui/ui/window.h	Wed Oct 23 15:05:20 2024 +0200
@@ -51,9 +51,9 @@
 } UiDialogArgs;
 
 typedef struct UiDialogWindowArgs {
-    UiBool modal;
-    UiBool titlebar_buttons;
-    UiBool show_closebutton;
+    UiTri modal;
+    UiTri titlebar_buttons;
+    UiTri show_closebutton;
     const char *title;
     const char *lbutton1;
     const char *lbutton2;