]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
Oh well, I'll just stuff in the rest of the Unicode changes I have made
[wxWidgets.git] / src / gtk / dcclient.cpp
index 7f5e5e5a8dd3b56a65d347afef0880ce55076ef8..b6044d4b6cf1fefea26d2be3878d298d99428adb 100644 (file)
@@ -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