diff Framework/Scene2D/Internals/ICairoContextProvider.h @ 848:80829436ce0c am-mainline

starting to re-implement radiography editor with latest framework
author Alain Mazy <alain@mazy.be>
date Thu, 13 Jun 2019 16:47:02 +0200
parents 6e471e6cf09b
children 6e79e8c9021c
line wrap: on
line diff
--- a/Framework/Scene2D/Internals/ICairoContextProvider.h	Wed Jun 12 09:52:25 2019 +0200
+++ b/Framework/Scene2D/Internals/ICairoContextProvider.h	Thu Jun 13 16:47:02 2019 +0200
@@ -38,9 +38,9 @@
 
       virtual cairo_t* GetCairoContext() = 0;
 
-      virtual unsigned int GetCairoWidth() = 0;
+      virtual unsigned int GetWidth() const = 0;
 
-      virtual unsigned int GetCairoHeight() = 0;
+      virtual unsigned int GetHeight() const = 0;
     };
   }
 }