]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcclient.h
added a "lib" target for generating a wxPython library for static
[wxWidgets.git] / include / wx / motif / dcclient.h
index 38c9b2d5ec21b25dccbc293345ba557df4323bd4..6784cda790f3bcae73c26857dba148aa75bd97d9 100644 (file)
@@ -97,6 +97,7 @@ class WXDLLEXPORT wxWindowDC: public wxDC
     void SetDCClipping (); // Helper function for setting clipping
 
     inline WXGC GetGC() const { return m_gc; }
+    inline WXDisplay* GetDisplay() const { return m_display; }
     inline bool GetAutoSetting() const { return m_autoSetting; }
     inline void SetAutoSetting(bool flag) { m_autoSetting = flag; }