mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
GUI: Fixed fullscreen mode while debugging, added perspectives
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4057 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
53a8ca52b6
commit
421d30b746
2 changed files with 25 additions and 20 deletions
|
@ -96,8 +96,7 @@ class CFrame : public wxFrame
|
|||
// ---------------
|
||||
|
||||
private:
|
||||
|
||||
wxAuiManager *m_Mgr;
|
||||
|
||||
bool UseDebugger;
|
||||
wxBoxSizer* sizerPanel;
|
||||
wxBoxSizer* sizerFrame;
|
||||
|
@ -108,6 +107,13 @@ class CFrame : public wxFrame
|
|||
bool m_bLogWindow;
|
||||
CLogWindow* m_LogWindow;
|
||||
|
||||
// AUI
|
||||
wxAuiManager *m_Mgr;
|
||||
// Perspectives
|
||||
wxString AuiFullscreen;
|
||||
wxString AuiMode1;
|
||||
wxString AuiMode2;
|
||||
|
||||
char **drives;
|
||||
|
||||
enum EToolbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue