]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcclient.h
fixed #if !NOPCH to be #if !defined(NOPCH)
[wxWidgets.git] / include / wx / motif / dcclient.h
index 7ea3f3068190bc3fcb4b841b39d11e6d8a318150..dda2341ae14a7f3597586c998015c3f4f634c8ed 100644 (file)
@@ -172,6 +172,9 @@ class WXDLLEXPORT wxWindowDC: public wxDC
     virtual void DrawSpline( int n, wxPoint points[] )
     { wxDC::DrawSpline(n, points); }
 
+    // Resolution in pixels per logical inch
+    wxSize GetPPI(void) const;
+
     // Motif-specific
     void SetDCClipping (); // Helper function for setting clipping