summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-02 10:39:33 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-02 10:39:33 +0000
commite89ecd460dd2aa14aa7fd01292628fb74cb34692 (patch)
treee92c24b0677d30e81e6532b874b6afb0a363a63f /src/gui/setup.h
parent4e668b287b3c32d4f586febdd259983f2f0504c3 (diff)
downloadMana-e89ecd460dd2aa14aa7fd01292628fb74cb34692.tar.gz
Mana-e89ecd460dd2aa14aa7fd01292628fb74cb34692.tar.bz2
Mana-e89ecd460dd2aa14aa7fd01292628fb74cb34692.tar.xz
Mana-e89ecd460dd2aa14aa7fd01292628fb74cb34692.zip
Less Image::setAlpha calls.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 2bfab15e..a7ed422e 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -77,6 +77,7 @@ class Setup : public Window, public gcn::ActionListener {
gcn::ListBox *modeList;
gcn::Button *applyButton;
gcn::Button *cancelButton;
+ gcn::Slider *alphaSlider;
// Video selections
int last_sel, sel;