]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
removed a few objects whose sources have been moved
[wxWidgets.git] / include / wx / gtk / dcclient.h
index 4f4999affbd93757b832f6fdced3d828dbbab8f1..ae99362c136451b900e234da7abb88e4a88d8754 100644 (file)
@@ -92,6 +92,9 @@ public:
 
   virtual void DrawSpline( wxList *points );
 
+  // Resolution in pixels per logical inch
+  wxSize GetPPI(void) const;
+
   // implementation
 
   GdkWindow    *m_window;
@@ -101,6 +104,7 @@ public:
   GdkGC        *m_bgGC;
   GdkColormap  *m_cmap;
   bool          m_isMemDC;
+  wxWindow     *m_owner;
 
   void SetUpDC();
   void Destroy();