mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
gtk: fix comment in Window.updateConfig
This commit is contained in:
@ -361,7 +361,7 @@ pub fn updateConfig(
|
|||||||
config: *const configpkg.Config,
|
config: *const configpkg.Config,
|
||||||
) !void {
|
) !void {
|
||||||
// avoid multiple reconfigs when we have many surfaces contained in this
|
// avoid multiple reconfigs when we have many surfaces contained in this
|
||||||
// surface using the integer value of config as a simple marker to know if
|
// window using the integer value of config as a simple marker to know if
|
||||||
// we've "seen" this particular config before
|
// we've "seen" this particular config before
|
||||||
const this_config = @intFromPtr(config);
|
const this_config = @intFromPtr(config);
|
||||||
if (self.last_config == this_config) return;
|
if (self.last_config == this_config) return;
|
||||||
|
Reference in New Issue
Block a user