projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Link console programs with PNG library in monolithic build.
[wxWidgets.git]
/
src
/
palmos
/
dcprint.cpp
diff --git
a/src/palmos/dcprint.cpp
b/src/palmos/dcprint.cpp
index dc154f7b2f219f5c30591a58786f42a78746d651..e39bb02e6078a123d74f1c94121ca5bc3f1d327a 100644
(file)
--- a/
src/palmos/dcprint.cpp
+++ b/
src/palmos/dcprint.cpp
@@
-62,7
+62,7
@@
wxPrinterDC::wxPrinterDC(const wxString& driver_name,
const wxString& device_name,
const wxString& file,
bool interactive,
const wxString& device_name,
const wxString& file,
bool interactive,
-
int
orientation)
+
wxPrintOrientation
orientation)
{
}
{
}
@@
-100,7
+100,7
@@
void wxPrinterDC::EndPage()
{
}
{
}
-wxRect wxPrinterDC::GetPaperRect()
+wxRect wxPrinterDC::GetPaperRect()
const
{
// Use page rect if we can't get paper rect.
wxCoord w, h;
{
// Use page rect if we can't get paper rect.
wxCoord w, h;
@@
-143,7
+143,7
@@
bool wxPrinterDC::DoBlit(wxCoord xdest, wxCoord ydest,
wxCoord width, wxCoord height,
wxDC *source,
wxCoord WXUNUSED(xsrc), wxCoord WXUNUSED(ysrc),
wxCoord width, wxCoord height,
wxDC *source,
wxCoord WXUNUSED(xsrc), wxCoord WXUNUSED(ysrc),
-
int
WXUNUSED(rop), bool useMask,
+
wxRasterOperationMode
WXUNUSED(rop), bool useMask,
wxCoord WXUNUSED(xsrcMask), wxCoord WXUNUSED(ysrcMask))
{
return false;
wxCoord WXUNUSED(xsrcMask), wxCoord WXUNUSED(ysrcMask))
{
return false;