]> git.mxchange.org Git - flightgear.git/commitdiff
Implemented translucent menus.
authorcurt <curt>
Thu, 16 Jul 1998 17:30:30 +0000 (17:30 +0000)
committercurt <curt>
Thu, 16 Jul 1998 17:30:30 +0000 (17:30 +0000)
GUI/gui.cxx

index 8a4efb385a182b4f443ef85e9b21d010bd438157..80d2e5f338f1f51793e5d6950f86c3d76ed128d4 100644 (file)
@@ -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 */