]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/dcprint.h
Finalize wxJoystick on mac. Note change. Pretty up joystick sample a bit. Don...
[wxWidgets.git] / include / wx / mac / carbon / dcprint.h
index 0e2b5bcf0d32e75e115498bd0ef57bb498b632a2..dfc39d45594e37ecbe6c77b4074b4d859b4b51e8 100644 (file)
@@ -37,7 +37,9 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
     virtual void EndPage(void) ;
     wxPrintData& GetPrintData() { return m_printData; }
     virtual void DoGetSize( int *width, int *height ) const;
-    
+#if wxMAC_USE_CORE_GRAPHICS
+    void MacSetCGContext( void * cg ) ;
+#endif    
  protected:
     wxPrintData   m_printData ;
     wxNativePrinterDC* m_nativePrinterDC ;