gtk: fix comment in Window.updateConfig

pull/5866/head
Jeffrey C. Ollie 2025-02-18 23:28:10 -06:00
parent d1fa933006
commit 2697061e5b
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ pub fn updateConfig(
config: *const configpkg.Config,
) !void {
// 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
const this_config = @intFromPtr(config);
if (self.last_config == this_config) return;