From: Stefan Csomor Date: Sun, 29 Oct 2006 10:41:13 +0000 (+0000) Subject: forgotten commit for having native affine matrix ops X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2b73854d7aa381a88d9ec095f8298071c290d405 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 --- 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;