projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oh well, I'll just stuff in the rest of the Unicode changes I have made
[wxWidgets.git]
/
src
/
gtk
/
dcclient.cpp
diff --git
a/src/gtk/dcclient.cpp
b/src/gtk/dcclient.cpp
index 7f5e5e5a8dd3b56a65d347afef0880ce55076ef8..b6044d4b6cf1fefea26d2be3878d298d99428adb 100644
(file)
--- a/
src/gtk/dcclient.cpp
+++ b/
src/gtk/dcclient.cpp
@@
-1370,6
+1370,11
@@
void wxWindowDC::DrawSpline( wxList *points )
wx_spline_draw_point_array( this );
}
+// Resolution in pixels per logical inch
+wxSize wxWindowDC::GetPPI(void) const
+{
+ return wxSize(100, 100);
+}
//-----------------------------------------------------------------------------
// wxPaintDC