mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
fix code check
This commit is contained in:
parent
acbcf4f497
commit
27ce0b48e5
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue