summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2008-06-04 08:32:39 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2008-06-04 08:32:39 +0000
commit54d3f15fde8305e7e65944668bde66d7a4e127db (patch)
treebad2722f67eabff7adad0fc1890e1307ca6e8b1c /src/gui/setup_video.h
parent0fdbf1d62c1add8800ffc7171a1911e1e243ac2a (diff)
downloadMana-54d3f15fde8305e7e65944668bde66d7a4e127db.tar.gz
Mana-54d3f15fde8305e7e65944668bde66d7a4e127db.tar.bz2
Mana-54d3f15fde8305e7e65944668bde66d7a4e127db.tar.xz
Mana-54d3f15fde8305e7e65944668bde66d7a4e127db.zip
Added switch option drawing nicknames only if mouse hover. Useful in crowded places.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index 095fdbd6..e4e9fcf1 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -51,6 +51,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
bool mFullScreenEnabled;
bool mOpenGLEnabled;
bool mCustomCursorEnabled;
+ bool mVisibleNamesEnabled;
double mOpacity;
int mFps;
@@ -60,6 +61,7 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
gcn::CheckBox *mFsCheckBox;
gcn::CheckBox *mOpenGLCheckBox;
gcn::CheckBox *mCustomCursorCheckBox;
+ gcn::CheckBox *mVisibleNamesCheckBox;
gcn::Slider *mAlphaSlider;
gcn::CheckBox *mFpsCheckBox;