]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcgraph.h
Add forceTrueColour option to SetBestVisual().
[wxWidgets.git] / include / wx / dcgraph.h
index f5a77adae292881f31cc8ae114ae4dd76507b516..091ebdfc32107a21e3482b49d97872e5f39f07b5 100755 (executable)
@@ -36,6 +36,9 @@ class WXDLLEXPORT wxGCDC:
 
 public:
     wxGCDC(const wxWindowDC& dc);
+#ifdef __WXMSW__
+    wxGCDC( const wxMemoryDC& dc);
+#endif    
     wxGCDC();
     virtual ~wxGCDC();