]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcclient.h
shows different SetCursor() calls
[wxWidgets.git] / include / wx / motif / dcclient.h
index 2eef5da0124177b7a9035173978552773724db72..7ea3f3068190bc3fcb4b841b39d11e6d8a318150 100644 (file)
@@ -176,6 +176,7 @@ class WXDLLEXPORT wxWindowDC: public wxDC
     void SetDCClipping (); // Helper function for setting clipping
 
     inline WXGC GetGC() const { return m_gc; }
+    inline WXGC GetBackingGC() const { return m_gcBacking; }
     inline WXDisplay* GetDisplay() const { return m_display; }
     inline bool GetAutoSetting() const { return m_autoSetting; }
     inline void SetAutoSetting(bool flag) { m_autoSetting = flag; }