diff options
author | Thales Lima <thaleslima.ufu@gmail.com> | 2017-10-28 14:30:38 -0200 |
---|---|---|
committer | Thales Lima <thaleslima.ufu@gmail.com> | 2017-10-28 14:30:38 -0200 |
commit | 24808d2de827f219b683ad46744a179ae25bc859 (patch) | |
tree | 4968e6d2403b4fcc1cbcc41502c42e02633dfa83 /Project/MainFrame.h | |
parent | 7043bf93567689f3b1304cc998c1fb09b7e0e357 (diff) | |
download | PSP.git-24808d2de827f219b683ad46744a179ae25bc859.tar.gz PSP.git-24808d2de827f219b683ad46744a179ae25bc859.tar.xz PSP.git-24808d2de827f219b683ad46744a179ae25bc859.zip |
Shared OpenGL context bug fixed
Diffstat (limited to 'Project/MainFrame.h')
-rw-r--r-- | Project/MainFrame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/MainFrame.h b/Project/MainFrame.h index e4f19b2..036c501 100644 --- a/Project/MainFrame.h +++ b/Project/MainFrame.h @@ -21,6 +21,7 @@ #include <wx/menu.h> #include <wx/msgdlg.h> #include <wx/filedlg.h> +#include <wx/glcanvas.h> #include "MainFrameBase.h" @@ -118,6 +119,7 @@ class MainFrame : public MainFrameBase wxMenu* m_addElementsMenu = NULL; wxLocale* m_locale = NULL; PropertiesData* m_generalProperties = NULL; + wxGLContext* m_sharedGLContext = NULL; void Init(); void EnableCurrentProjectRibbon(bool enable = true); |