diff options
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 4aa13fd3..d7129950 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -42,6 +42,11 @@ class Setup_Video : public SetupTab, public gcn::ActionListener void action(const std::string&); private: + bool mFullScreenEnabled; + bool mOpenGLEnabled; + bool mCustomCursorEnabled; + double mOpacity; + class ModeListModel *mModeListModel; gcn::ListBox *mModeList; @@ -49,11 +54,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener gcn::CheckBox *mOpenGLCheckBox; gcn::CheckBox *mCustomCursorCheckBox; gcn::Slider *mAlphaSlider; - - bool mFullScreenEnabled; - bool mOpenGLEnabled; - bool mCustomCursorEnabled; - double mOpacity; }; #endif |