mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
fix logger name
This commit is contained in:
@ -8,7 +8,7 @@ const gtk = @import("gtk");
|
|||||||
const gresource = @import("../build/gresource.zig");
|
const gresource = @import("../build/gresource.zig");
|
||||||
const Common = @import("../class.zig").Common;
|
const Common = @import("../class.zig").Common;
|
||||||
|
|
||||||
const log = std.log.scoped(.gtk_ghostty_window);
|
const log = std.log.scoped(.gtk_ghostty_resize_overlay);
|
||||||
|
|
||||||
/// The overlay that shows the current size while a surface is resizing.
|
/// The overlay that shows the current size while a surface is resizing.
|
||||||
/// This can be used generically to show pretty much anything with a
|
/// This can be used generically to show pretty much anything with a
|
||||||
|
Reference in New Issue
Block a user