OpenGL GUI: Disabled render to separate window options when we are not using that option

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2312 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-02-19 11:28:55 +00:00
parent bdd02fb1b6
commit a1cd6c982e
3 changed files with 35 additions and 8 deletions

View File

@ -49,6 +49,9 @@ class ConfigDialog : public wxDialog
void AddAAMode(int mode);
void CreateGUIControls();
// Combo box lists, this one needs to be public
wxArrayString arrayStringFor_FullscreenCB;
private:
DECLARE_EVENT_TABLE();
@ -79,7 +82,6 @@ class ConfigDialog : public wxDialog
#ifndef _WIN32
wxCheckBox *m_HideCursor;
#endif
wxArrayString arrayStringFor_FullscreenCB;
wxComboBox *m_FullscreenCB;
wxArrayString arrayStringFor_WindowResolutionCB;
wxComboBox *m_WindowResolutionCB;