typo in App.zig

This commit is contained in:
Peter Cock
2025-01-03 18:49:11 +00:00
committed by GitHub
parent fbbd533b3e
commit d452a1dc8e

View File

@ -1644,7 +1644,7 @@ fn gtkActionPresentSurface(
// Convert that u64 to pointer to a core surface. A value of zero
// means that there was no target surface for the notification so
// we dont' focus any surface.
// we don't focus any surface.
const ptr_int: u64 = c.g_variant_get_uint64(parameter);
if (ptr_int == 0) return;
const surface: *CoreSurface = @ptrFromInt(ptr_int);