diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-19 13:47:35 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-19 13:47:35 +0000 |
commit | d8bb10d04c8b0d42dd774bef8531564413267276 (patch) | |
tree | 6545b8d2fb771f1cc45a6b308054acbcb069b51d /src/gui/window.h | |
parent | 0f7927ab8aadc2c6f42c70d2809b357efc4ddb2f (diff) | |
download | mana-d8bb10d04c8b0d42dd774bef8531564413267276.tar.gz mana-d8bb10d04c8b0d42dd774bef8531564413267276.tar.bz2 mana-d8bb10d04c8b0d42dd774bef8531564413267276.tar.xz mana-d8bb10d04c8b0d42dd774bef8531564413267276.zip |
Added config option for GUI alpha.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 143c8235..deb00583 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -50,6 +50,7 @@ class Window : public gcn::Container, public gcn::MouseListener gcn::Color titlebarColor; /**< Title bar color */ int titlebarHeight; /**< Height of title bar */ int padding; /**< Space between contents and border */ + float guiAlpha; /**< Opacity of GUI windows */ Image *dBackground; /**< Left side of title bar */ Image *dBorders; /**< Middle of title bar */ |