X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cbff1201aa47e2b73ec90a97886f18e88270ea6..c3c62822fdda9d340179dec663a806e905882cc9:/include/wx/os2/dcprint.h diff --git a/include/wx/os2/dcprint.h b/include/wx/os2/dcprint.h index fef20ef347..0cf75b37b1 100644 --- a/include/wx/os2/dcprint.h +++ b/include/wx/os2/dcprint.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcprint.h +// Name: wx/os2/dcprint.h // Purpose: wxPrinterDC class // Author: David Webster // Modified by: @@ -37,6 +37,8 @@ class WXDLLEXPORT wxPrinterDC: public wxDC void StartPage(void); void EndPage(void); + wxRect GetPaperRect(); + protected: virtual void DoDrawBitmap( const wxBitmap& rBmp ,wxCoord vX @@ -52,8 +54,8 @@ protected: ,wxCoord vYsrc ,int nRop = wxCOPY ,bool bUseMask = FALSE - ,wxCoord xsrcMask = -1 - ,wxCoord ysrcMask = -1 + ,wxCoord vXsrcMask = -1 + ,wxCoord vYsrcMask = -1 ); // init the dc