diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-02 19:07:14 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-02 19:07:14 +0000 |
commit | 43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0 (patch) | |
tree | 1a497ed7219d0450a0b33baf6a20d4b48f6b5404 /src/gui/setup.h | |
parent | e89ecd460dd2aa14aa7fd01292628fb74cb34692 (diff) | |
download | mana-client-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.tar.gz mana-client-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.tar.bz2 mana-client-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.tar.xz mana-client-43d51d4a7c00bb425d004acf7eeb5e4aa4e969b0.zip |
Added ConfigListener class to allow listening for changes to config options,
and added a GUI opacity slider to the setup window that utilizes this.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index a7ed422e..7a38bfd5 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::Label *alphaLabel; gcn::Slider *alphaSlider; // Video selections |