mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
apprt/embedded: incorrect function call for new close surface
This commit is contained in:
@ -486,7 +486,7 @@ pub const CAPI = struct {
|
||||
/// Request that the surface become closed. This will go through the
|
||||
/// normal trigger process that a close surface input binding would.
|
||||
export fn ghostty_surface_request_close(ptr: *Surface) void {
|
||||
ptr.closeSurface() catch {};
|
||||
ptr.close();
|
||||
}
|
||||
|
||||
/// Request that the surface split in the given direction.
|
||||
|
Reference in New Issue
Block a user