From 79aca806669d17dbbdd476793e874eb9ec2679e8 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 16 Jul 1998 17:30:30 +0000 Subject: [PATCH] Implemented translucent menus. --- GUI/gui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/gui.cxx b/GUI/gui.cxx index 8a4efb385..80d2e5f33 100644 --- a/GUI/gui.cxx +++ b/GUI/gui.cxx @@ -163,7 +163,7 @@ void guiInit() // puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED ); puSetDefaultStyle ( PUSTYLE_DEFAULT ); - puSetDefaultColourScheme (0.2, 0.4, 0.8); + puSetDefaultColourScheme (0.2, 0.4, 0.8, 0.5); /* OK the rest is largerly put in here to mimick Steve Baker's "complex" example It should change in future versions */ -- 2.39.2