diff Framework/Scene2D/CairoCompositor.h @ 909:7a7e4e1f558f

SdlCairo resizable
author Alain Mazy <alain@mazy.be>
date Thu, 18 Jul 2019 09:41:10 +0200
parents 88bf49aebc13
children 64e5f3ff6360
line wrap: on
line diff
--- a/Framework/Scene2D/CairoCompositor.h	Thu Jul 18 09:22:08 2019 +0200
+++ b/Framework/Scene2D/CairoCompositor.h	Thu Jul 18 09:41:10 2019 +0200
@@ -82,6 +82,9 @@
 
     virtual void Refresh();
 
+    void UpdateSize(unsigned int canvasWidth,
+                    unsigned int canvasHeight);
+
     Orthanc::ImageAccessor* RenderText(size_t fontIndex,
                                        const std::string& utf8) const;
   };