replace UiBool with UiTri in some UiDialogWindowArgs options newapi

Wed, 23 Oct 2024 15:05:20 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 23 Oct 2024 15:05:20 +0200
branch
newapi
changeset 346
a20213cb3d2f
parent 345
d2ccc543f432
child 347
6f0d0b0d97f5

replace UiBool with UiTri in some UiDialogWindowArgs options

ui/ui/window.h file | annotate | diff | comparison | revisions
--- 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;

mercurial