Skip to content

Commit

Permalink
Add SkiaWindow::handle() impl on Skia/OSX port
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Oct 6, 2015
1 parent 7118251 commit 580c900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/she/skia/skia_window_osx.mm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void notifyClose() override {

void* SkiaWindow::handle()
{
return nullptr;
return (void*)m_impl->window;
}

} // namespace she

0 comments on commit 580c900

Please sign in to comment.