mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Add SkiaWindow::handle() impl on Skia/OSX port
This commit is contained in:
parent
7118251f83
commit
580c900fb2
@ -127,7 +127,7 @@ void SkiaWindow::updateWindow(const gfx::Rect& bounds)
|
||||
|
||||
void* SkiaWindow::handle()
|
||||
{
|
||||
return nullptr;
|
||||
return (void*)m_impl->window;
|
||||
}
|
||||
|
||||
} // namespace she
|
||||
|
Loading…
x
Reference in New Issue
Block a user