mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-09 13:18:18 +00:00
cli/gtk: move actual IPC code tp apprt
This commit is contained in:
@@ -1153,6 +1153,9 @@ pub const Inspector = struct {
|
||||
}
|
||||
};
|
||||
|
||||
/// Functions for inter-process communication.
|
||||
pub const IPC = struct {};
|
||||
|
||||
// C API
|
||||
pub const CAPI = struct {
|
||||
const global = &@import("../global.zig").state;
|
||||
|
||||
Reference in New Issue
Block a user