mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-14 13:56:08 +00:00
naming(GraphicsAPI): repeat -> presentLastTarget
This commit is contained in:
@@ -1274,7 +1274,7 @@ pub fn Renderer(comptime GraphicsAPI: type) type {
|
||||
// We still need to present the last target again, because the
|
||||
// apprt may be swapping buffers and display an outdated frame
|
||||
// if we don't draw something new.
|
||||
try self.api.repeat();
|
||||
try self.api.presentLastTarget();
|
||||
return;
|
||||
}
|
||||
self.cells_rebuilt = false;
|
||||
|
Reference in New Issue
Block a user