@@ -95,7 +95,7 @@ ox::Error setWindowBounds(Context&, ox::Bounds const&) noexcept {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ox::Result<ox::UPtr<Context>> init(
|
ox::Result<ox::UPtr<Context>> init(
|
||||||
ox::UPtr<ox::FileSystem> &&fs, ox::StringViewCR appName) noexcept {
|
ox::UPtr<ox::FileSystem> &&fs, ox::StringViewCR appName, ox::StringViewCR) noexcept {
|
||||||
auto ctx = ox::make_unique<Context>();
|
auto ctx = ox::make_unique<Context>();
|
||||||
OX_RETURN_ERROR(keel::init(ctx->keelCtx, std::move(fs), appName));
|
OX_RETURN_ERROR(keel::init(ctx->keelCtx, std::move(fs), appName));
|
||||||
#ifdef OX_BARE_METAL
|
#ifdef OX_BARE_METAL
|
||||||
|
|||||||
Reference in New Issue
Block a user