Merge branch 'gc-from-unknown-dc'

Add wxGraphicsRenderer::CreateContextFromUnknownDC().

See https://github.com/wxWidgets/wxWidgets/pull/1213
This commit is contained in:
Vadim Zeitlin
2019-02-03 22:14:01 +01:00
3 changed files with 46 additions and 39 deletions

View File

@@ -876,6 +876,8 @@ public:
#endif
#endif
wxGraphicsContext* CreateContextFromUnknownDC(const wxDC& dc);
virtual wxGraphicsContext * CreateContextFromNativeContext( void * context ) = 0;
virtual wxGraphicsContext * CreateContextFromNativeWindow( void * window ) = 0;