summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-19 13:47:35 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-19 13:47:35 +0000
commitd8bb10d04c8b0d42dd774bef8531564413267276 (patch)
tree6545b8d2fb771f1cc45a6b308054acbcb069b51d /src/gui/window.h
parent0f7927ab8aadc2c6f42c70d2809b357efc4ddb2f (diff)
downloadmana-client-d8bb10d04c8b0d42dd774bef8531564413267276.tar.gz
mana-client-d8bb10d04c8b0d42dd774bef8531564413267276.tar.bz2
mana-client-d8bb10d04c8b0d42dd774bef8531564413267276.tar.xz
mana-client-d8bb10d04c8b0d42dd774bef8531564413267276.zip
Added config option for GUI alpha.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h1
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 */