chore: more comment changes

This commit is contained in:
Raiden1411
2023-11-06 11:32:25 +00:00
parent 8d526112a1
commit 7fa712ab2b
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ pub const Message = apprt.surface.Message;
const std = @import("std"); const std = @import("std");
const builtin = @import("builtin"); const builtin = @import("builtin");
const build_config = @import("build_config.zig");
const assert = std.debug.assert; const assert = std.debug.assert;
const Allocator = std.mem.Allocator; const Allocator = std.mem.Allocator;
const ArenaAllocator = std.heap.ArenaAllocator; const ArenaAllocator = std.heap.ArenaAllocator;

View File

@ -286,6 +286,7 @@ fullscreen: bool = false,
/// This is usefull if you want to have multiple instances of Ghostty /// This is usefull if you want to have multiple instances of Ghostty
/// running with separate classes making it possible to have unique behavior for each of them. /// running with separate classes making it possible to have unique behavior for each of them.
/// This is currently only supported on Gtk builds. /// This is currently only supported on Gtk builds.
/// The class name must follow the GTK requirements defined here: https://docs.gtk.org/gio/type_func.Application.id_is_valid.html
class: ?[:0]const u8 = null, class: ?[:0]const u8 = null,
/// The setting that will tell Ghostty which title to display. /// The setting that will tell Ghostty which title to display.