summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-10 17:46:02 -0700
committerIra Rice <irarice@gmail.com>2009-02-10 17:46:02 -0700
commitf5f67e6411fb8338664372c7bc5e8f6cbeda73f4 (patch)
tree6f96ac33b67e2c109944c51eda2ffb19259752c4 /src/gui/setup_video.h
parentd067d7da8e6ee333a4941d4fe6ee9eb926d37f00 (diff)
downloadmana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.tar.gz
mana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.tar.bz2
mana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.tar.xz
mana-client-f5f67e6411fb8338664372c7bc5e8f6cbeda73f4.zip
Made sure to clean up after all of the dangling pointers in the
Setup_Video tab. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r--src/gui/setup_video.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h
index 8230569a..13735e0f 100644
--- a/src/gui/setup_video.h
+++ b/src/gui/setup_video.h
@@ -59,6 +59,13 @@ class Setup_Video : public SetupTab, public gcn::ActionListener,
class ModeListModel *mModeListModel;
+ gcn::Label *speechLabel;
+ gcn::Label *alphaLabel;
+ gcn::Label *scrollRadiusLabel;
+ gcn::Label *scrollLazinessLabel;
+ gcn::Label *overlayDetailLabel;
+ gcn::Label *particleDetailLabel;
+
gcn::ListBox *mModeList;
gcn::CheckBox *mFsCheckBox;
gcn::CheckBox *mOpenGLCheckBox;