projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Made wxWindow::HasScrollbar() do what it says.
[wxWidgets.git]
/
src
/
palmos
/
metafile.cpp
diff --git
a/src/palmos/metafile.cpp
b/src/palmos/metafile.cpp
index 5c6880d9b96c4ee5c498e5bcc9fcfef2681e804a..7626591e7793a2b9fcd2ea04dcebdf59d0db9139 100644
(file)
--- a/
src/palmos/metafile.cpp
+++ b/
src/palmos/metafile.cpp
@@
-119,7
+119,8
@@
wxMetafileDC::~wxMetafileDC()
}
void wxMetafileDC::GetTextExtent(const wxString& string, long *x, long *y,
}
void wxMetafileDC::GetTextExtent(const wxString& string, long *x, long *y,
- long *descent, long *externalLeading, wxFont *theFont, bool WXUNUSED(use16bit)) const
+ long *descent, long *externalLeading,
+ const wxFont *theFont, bool WXUNUSED(use16bit)) const
{
}
{
}
@@
-128,7
+129,7
@@
wxMetafile *wxMetafileDC::Close()
return NULL;
}
return NULL;
}
-void wxMetafileDC::SetMapMode(
int
mode)
+void wxMetafileDC::SetMapMode(
wxMappingMode
mode)
{
}
{
}