Merge branch 'gc-from-unknown-dc'
Add wxGraphicsRenderer::CreateContextFromUnknownDC(). See https://github.com/wxWidgets/wxWidgets/pull/1213
This commit is contained in:
@@ -876,6 +876,8 @@ public:
|
||||
#endif
|
||||
#endif
|
||||
|
||||
wxGraphicsContext* CreateContextFromUnknownDC(const wxDC& dc);
|
||||
|
||||
virtual wxGraphicsContext * CreateContextFromNativeContext( void * context ) = 0;
|
||||
|
||||
virtual wxGraphicsContext * CreateContextFromNativeWindow( void * window ) = 0;
|
||||
|
Reference in New Issue
Block a user