Further implementation of native overlay on Cocoa

Should work for Caret,  still has a problem with the transformation matrix otherwise, too many things have changed there for me to find a quick solutions.
This commit is contained in:
Stefan Csomor
2017-09-09 11:44:43 +02:00
parent 4d8c1fc890
commit 8ad0039b71
2 changed files with 41 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ public:
void Clear( wxDC* dc);
private:
void CreateOverlayWindow();
void CreateOverlayWindow( wxDC* dc );
WXWindow m_overlayWindow;
WXWindow m_overlayParentWindow;