Update src/output.c

Co-authored-by: Andrew J. Hesford <48421688+ahesford@users.noreply.github.com>
This commit is contained in:
Ph42oN 2024-01-07 11:42:25 +02:00 committed by GitHub
parent 65213fe2c6
commit 95c504d667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,11 +43,7 @@ get_tearing_preference(struct output *output)
}
/* If the active view requests tearing, or it is toggled on with action, allow it */
if (server->active_view->tearing_hint) {
return true;
}
return false;
return server->active_view->tearing_hint;
}
static void