summaryrefslogtreecommitdiff
path: root/muse2/muse/gconfig.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-19 06:23:40 +0000
committerTim E. Real <termtech@rogers.com>2010-12-19 06:23:40 +0000
commitcec04808207cf8fae367c4dc07ab672691db2e60 (patch)
treef8032f9260f6d80e9078b4fdb63c5c436c3f72ea /muse2/muse/gconfig.h
parent5f0c4bf5792d418a1e99a8e992547dd57272e14c (diff)
Fixed not saving part colours and part canvas background appearance settings.
Feature: Added 'global opaqueness' (transparency) appearance setting.
Diffstat (limited to 'muse2/muse/gconfig.h')
-rw-r--r--muse2/muse/gconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/gconfig.h b/muse2/muse/gconfig.h
index 58b223dc..79c66d99 100644
--- a/muse2/muse/gconfig.h
+++ b/muse2/muse/gconfig.h
@@ -48,6 +48,7 @@ struct MixerConfig {
//---------------------------------------------------------
struct GlobalConfigValues {
+ int globalAlphaBlend;
QColor palette[16];
QColor partColors[NUM_PARTCOLORS];
QColor transportHandleColor;