comparison Framework/Scene2D/OpenGLCompositor.h @ 1482:5c96bf3f1d32

IOpenGL::RefreshCanvasSize()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 20 Jun 2020 11:08:28 +0200
parents 28c64c246312
children
comparison
equal deleted inserted replaced
1481:970ee51fe01f 1482:5c96bf3f1d32
70 const std::string& ttf, 70 const std::string& ttf,
71 unsigned int fontSize, 71 unsigned int fontSize,
72 Orthanc::Encoding codepage) ORTHANC_OVERRIDE; 72 Orthanc::Encoding codepage) ORTHANC_OVERRIDE;
73 #endif 73 #endif
74 74
75 virtual void RefreshCanvasSize() ORTHANC_OVERRIDE;
76
75 virtual unsigned int GetCanvasWidth() const ORTHANC_OVERRIDE 77 virtual unsigned int GetCanvasWidth() const ORTHANC_OVERRIDE
76 { 78 {
77 return canvasWidth_; 79 return canvasWidth_;
78 } 80 }
79 81