]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dcclient.h
merge of wxMac into main repository
[wxWidgets.git] / include / wx / msw / dcclient.h
index 997f2cfc6e41dd8bdd01378733716f1b4bc5d1f7..5568f0a6a24dfa7c88b001249a9bc8ca8685ee6b 100644 (file)
@@ -74,6 +74,9 @@ public:
 
     virtual ~wxPaintDC();
 
+    // find the entry for this DC in the cache (keyed by the window)
+    static WXHDC FindDCInCache(wxWindow* win);
+
 protected:
     static wxArrayDCInfo ms_cache;