From 7fa712ab2bbabf44f8b4a7545e4ccca39d396efa Mon Sep 17 00:00:00 2001 From: Raiden1411 <67233402+Raiden1411@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:32:25 +0000 Subject: [PATCH] chore: more comment changes --- src/Surface.zig | 1 - src/config/Config.zig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Surface.zig b/src/Surface.zig index a450051c0..5396c2068 100644 --- a/src/Surface.zig +++ b/src/Surface.zig @@ -17,7 +17,6 @@ pub const Message = apprt.surface.Message; const std = @import("std"); const builtin = @import("builtin"); -const build_config = @import("build_config.zig"); const assert = std.debug.assert; const Allocator = std.mem.Allocator; const ArenaAllocator = std.heap.ArenaAllocator; diff --git a/src/config/Config.zig b/src/config/Config.zig index 592b61ab3..fb30d94bb 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -286,6 +286,7 @@ fullscreen: bool = false, /// 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. /// 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, /// The setting that will tell Ghostty which title to display.