mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
typo in App.zig
This commit is contained in:
@ -1644,7 +1644,7 @@ fn gtkActionPresentSurface(
|
|||||||
|
|
||||||
// Convert that u64 to pointer to a core surface. A value of zero
|
// Convert that u64 to pointer to a core surface. A value of zero
|
||||||
// means that there was no target surface for the notification so
|
// 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);
|
const ptr_int: u64 = c.g_variant_get_uint64(parameter);
|
||||||
if (ptr_int == 0) return;
|
if (ptr_int == 0) return;
|
||||||
const surface: *CoreSurface = @ptrFromInt(ptr_int);
|
const surface: *CoreSurface = @ptrFromInt(ptr_int);
|
||||||
|
Reference in New Issue
Block a user