temporary fix for carbon (problems under OS 9)
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 17 May 2003 07:44:04 +0000 (07:44 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 17 May 2003 07:44:04 +0000 (07:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/printmac.cpp
src/mac/printmac.cpp

index 274f8b1c9eed87f4ab1bf7dae672594611b7ca2e..b7e23a7ac85c3ca973bf0314adb28db08e8b8577 100644 (file)
@@ -179,11 +179,12 @@ bool wxMacPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt)
             }
             else
             {
+#if !TARGET_CARBON
                 GrafPtr thePort ;
                 GetPort( &thePort ) ;
                 wxSafeYield(win,true);
                 SetPort( thePort ) ;
-                
+#endif                
                 dc->StartPage();
                 keepGoing = printout->OnPrintPage(pn);
                 dc->EndPage();
index 274f8b1c9eed87f4ab1bf7dae672594611b7ca2e..b7e23a7ac85c3ca973bf0314adb28db08e8b8577 100644 (file)
@@ -179,11 +179,12 @@ bool wxMacPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt)
             }
             else
             {
+#if !TARGET_CARBON
                 GrafPtr thePort ;
                 GetPort( &thePort ) ;
                 wxSafeYield(win,true);
                 SetPort( thePort ) ;
-                
+#endif                
                 dc->StartPage();
                 keepGoing = printout->OnPrintPage(pn);
                 dc->EndPage();