]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcprint.h
Committed Jaako's renderer patch
[wxWidgets.git] / include / wx / motif / dcprint.h
index 21b367632a5b106b88e447880b604f52742c2c24..1252898e7f69391e441780afad217a6293702f45 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DCPRINT_H_
 #define _WX_DCPRINT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dcprint.h"
-#endif
-
 #include "wx/dc.h"
 
 class WXDLLEXPORT wxPrinterDC: public wxDC
@@ -24,7 +20,7 @@ public:
     DECLARE_CLASS(wxPrinterDC)
         
     // Create a printer DC
-    wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT);
+    wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = true, int orientation = wxPORTRAIT);
     
     ~wxPrinterDC();
 };