]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcgraph.h
Version 1.8-0
[wxWidgets.git] / include / wx / dcgraph.h
index f5a77adae292881f31cc8ae114ae4dd76507b516..9115ec0af40376a87673da0431c21599d1a78aa9 100755 (executable)
@@ -36,6 +36,9 @@ class WXDLLEXPORT wxGCDC:
 
 public:
     wxGCDC(const wxWindowDC& dc);
+#ifdef __WXMSW__
+    wxGCDC( const wxMemoryDC& dc);
+#endif    
     wxGCDC();
     virtual ~wxGCDC();
 
@@ -168,6 +171,7 @@ protected:
 
 protected:
     // scaling variables
+    bool m_logicalFunctionSupported;
     double       m_mm_to_pix_x, m_mm_to_pix_y;
     wxGraphicsMatrix m_matrixOriginal;
     wxGraphicsMatrix m_matrixCurrent;