]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcprint.h
don't pass window argument to NotifyCaptureLost, it's not needed/used
[wxWidgets.git] / include / wx / motif / dcprint.h
index 1252898e7f69391e441780afad217a6293702f45..61e593c15e8578dde6ef9c21c543579a0a4b7f9d 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcprint.h
+// Name:        wx/motif/dcprint.h
 // Purpose:     wxPrinterDC class
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DCPRINT_H_
@@ -18,13 +18,12 @@ class WXDLLEXPORT wxPrinterDC: public wxDC
 {
 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();
 };
 
 #endif
 // _WX_DCPRINT_H_
-