From: curt Date: Thu, 16 Jul 1998 17:30:30 +0000 (+0000) Subject: Implemented translucent menus. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=79aca806669d17dbbdd476793e874eb9ec2679e8;p=flightgear.git Implemented translucent menus. --- 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 */