mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-23 20:26:09 +03:00
apprt/embedded: new resources dir api
This commit is contained in:
@ -177,6 +177,7 @@ pub const Surface = struct {
|
|||||||
app.core_app.alloc,
|
app.core_app.alloc,
|
||||||
&config,
|
&config,
|
||||||
.{ .rt_app = app, .mailbox = &app.core_app.mailbox },
|
.{ .rt_app = app, .mailbox = &app.core_app.mailbox },
|
||||||
|
app.core_app.resources_dir,
|
||||||
self,
|
self,
|
||||||
);
|
);
|
||||||
errdefer self.core_surface.deinit();
|
errdefer self.core_surface.deinit();
|
||||||
|
Reference in New Issue
Block a user