aboutsummaryrefslogtreecommitdiff
path: root/src/output.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/output.zig')
-rw-r--r--src/output.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.zig b/src/output.zig
index 12fcdc3..25b030d 100644
--- a/src/output.zig
+++ b/src/output.zig
@@ -107,7 +107,7 @@ pub const Output = struct {
_ = c.wlr_output_commit(output.wlr_output);
}
- fn renderView(self: *Self, view: *View, now: *c.struct_timespec) void {
+ fn renderView(self: Self, view: *View, now: *c.struct_timespec) void {
// If we have a stashed buffer, we are in the middle of a transaction
// and need to render that buffer until the transaction is complete.
if (view.stashed_buffer) |buffer| {