summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.h
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-02-06 18:18:20 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-02-06 18:18:20 +0000
commit60b25def1819e34e8bd0a285da5c09271b64fade (patch)
treecef5dac5f6319b28deff06fe4d35a188235087b4 /Source/Core/DebuggerWX/Src/CodeWindow.h
parent81631d8452477d4e3cbf5ac7ae180bc5da768fae (diff)
Allow changing of the debugger font and some cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2127 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.h')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindow.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.h b/Source/Core/DebuggerWX/Src/CodeWindow.h
index e302026896..8523962f09 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindow.h
+++ b/Source/Core/DebuggerWX/Src/CodeWindow.h
@@ -22,10 +22,8 @@
#include <wx/dialog.h>
#include <wx/textctrl.h>
#include <wx/listbox.h>
-#include "Debugger.h"
-#include "CodeView.h"
-#include "Thread.h"
+#include "Thread.h"
#include "CoreParameter.h"
class CRegisterWindow;
@@ -34,7 +32,6 @@ class CBreakPointWindow;
class CMemoryWindow;
class CJitWindow;
class CCodeView;
-class IniFile;
class CCodeWindow
: public wxFrame
@@ -86,6 +83,7 @@ class CCodeWindow
IDM_JITSROFF,
// Views
+ IDM_FONTPICKER,
IDM_LOGWINDOW,
IDM_REGISTERWINDOW,
IDM_BREAKPOINTWINDOW,
@@ -201,6 +199,7 @@ class CCodeWindow
void OnToggleJitWindow(wxCommandEvent& event);
void OnToggleSoundWindow(wxCommandEvent& event);
void OnToggleVideoWindow(wxCommandEvent& event);
+ void OnChangeFont(wxCommandEvent& event);
void OnHostMessage(wxCommandEvent& event);
void OnSymbolsMenu(wxCommandEvent& event);