From 27ce0b48e533affa1a9c2378423d52bb4833db24 Mon Sep 17 00:00:00 2001 From: Ph42oN Date: Thu, 4 Jan 2024 11:44:51 +0200 Subject: [PATCH] fix code check --- src/output.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/output.c b/src/output.c index 1a698911..d1924665 100644 --- a/src/output.c +++ b/src/output.c @@ -42,8 +42,7 @@ get_tearing_preference(struct output *output) return false; } - /* If the active view requests tearing, or it - has been requested with action, allow it */ + /* If the active view requests tearing, or it is toggled on with action, allow it */ if (server->active_view->tearing_hint) { return true; }