From 2b73854d7aa381a88d9ec095f8298071c290d405 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 29 Oct 2006 10:41:13 +0000 Subject: [PATCH] forgotten commit for having native affine matrix ops git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dcgraph.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/wx/dcgraph.h b/include/wx/dcgraph.h index 3805a4a7e1..f5a77adae2 100755 --- a/include/wx/dcgraph.h +++ b/include/wx/dcgraph.h @@ -16,11 +16,10 @@ #include "wx/geometry.h" #include "wx/dynarray.h" +#include "wx/graphics.h" -class WXDLLEXPORT wxGraphicsContext; class WXDLLEXPORT wxWindowDC; - #ifdef __WXMAC__ #define wxGCDC wxDC #endif @@ -170,6 +169,8 @@ protected: protected: // scaling variables double m_mm_to_pix_x, m_mm_to_pix_y; + wxGraphicsMatrix m_matrixOriginal; + wxGraphicsMatrix m_matrixCurrent; double m_formerScaleX, m_formerScaleY;