mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Update src/output.c
Co-authored-by: Andrew J. Hesford <48421688+ahesford@users.noreply.github.com>
This commit is contained in:
parent
65213fe2c6
commit
95c504d667
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue