mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-06 03:18:19 +00:00
fix compilation issue, tests should've caught this but GHA failed
This commit is contained in:
@@ -103,7 +103,7 @@ pub fn main() !MainReturn {
|
|||||||
|
|
||||||
// Create our runtime app
|
// Create our runtime app
|
||||||
var app_runtime: apprt.App = undefined;
|
var app_runtime: apprt.App = undefined;
|
||||||
try app_runtime.init(&app, .{});
|
try app_runtime.init(app, .{});
|
||||||
defer app_runtime.terminate();
|
defer app_runtime.terminate();
|
||||||
|
|
||||||
// Since - by definition - there are no surfaces when first started, the
|
// Since - by definition - there are no surfaces when first started, the
|
||||||
|
Reference in New Issue
Block a user