mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
tearing: remove trailing whitespace
This commit is contained in:
parent
05e895c463
commit
3e956b9229
5 changed files with 15 additions and 16 deletions
|
|
@ -1268,7 +1268,7 @@ bool view_can_tear(struct sway_view *view) {
|
|||
case TEARING_OVERRIDE_TRUE:
|
||||
return true;
|
||||
case TEARING_WINDOW_HINT:
|
||||
return view->tearing_hint ==
|
||||
return view->tearing_hint ==
|
||||
WP_TEARING_CONTROL_V1_PRESENTATION_HINT_ASYNC;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue