comparison Framework/OpenGL/SdlOpenGLContext.h @ 1205:6009c59d8676 broker

fix to sdl
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Dec 2019 14:32:05 +0100
parents 4cc997207d8a
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1204:b519c1c878f1 1205:6009c59d8676
62 virtual void SwapBuffer() ORTHANC_OVERRIDE; 62 virtual void SwapBuffer() ORTHANC_OVERRIDE;
63 63
64 virtual unsigned int GetCanvasWidth() const ORTHANC_OVERRIDE; 64 virtual unsigned int GetCanvasWidth() const ORTHANC_OVERRIDE;
65 65
66 virtual unsigned int GetCanvasHeight() const ORTHANC_OVERRIDE; 66 virtual unsigned int GetCanvasHeight() const ORTHANC_OVERRIDE;
67
68 void ToggleMaximize()
69 {
70 window_.ToggleMaximize();
71 }
67 }; 72 };
68 } 73 }
69 74
70 #endif 75 #endif