mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 06:46:09 +00:00
renderer: remove unused surface parameter from updateFrame
This commit is contained in:
@@ -1027,12 +1027,9 @@ pub fn Renderer(comptime GraphicsAPI: type) type {
|
||||
/// Update the frame data.
|
||||
pub fn updateFrame(
|
||||
self: *Self,
|
||||
surface: *apprt.Surface,
|
||||
state: *renderer.State,
|
||||
cursor_blink_visible: bool,
|
||||
) !void {
|
||||
_ = surface;
|
||||
|
||||
// Data we extract out of the critical area.
|
||||
const Critical = struct {
|
||||
bg: terminal.color.RGB,
|
||||
|
Reference in New Issue
Block a user