mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +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()
|
void* SkiaWindow::handle()
|
||||||
{
|
{
|
||||||
return nullptr;
|
return (void*)m_impl->window;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace she
|
} // namespace she
|
||||||
|
Loading…
x
Reference in New Issue
Block a user