From f51dad445feb2ddc41cb28ddc7d14e55034e7824 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 6 Apr 2024 10:56:21 -0700 Subject: [PATCH] core: add todo for next time --- src/Surface.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Surface.zig b/src/Surface.zig index 095c94afd..3c7b9a815 100644 --- a/src/Surface.zig +++ b/src/Surface.zig @@ -988,6 +988,7 @@ pub fn setFontSize(self: *Surface, size: font.face.DesiredSize) void { }, .{ .forever = {} }); // Once we've sent the key we can replace our key + // TODO(fontmem): we should not store this anymore self.font_grid_key = font_grid_key; // Schedule render which also drains our mailbox