mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
parent
d7e6f3a7a8
commit
36e099fc93
2 changed files with 5 additions and 0 deletions
|
|
@ -454,6 +454,9 @@ view_discover_output(struct view *view, struct wlr_box *geometry)
|
|||
static void
|
||||
set_adaptive_sync_fullscreen(struct view *view)
|
||||
{
|
||||
if (!output_is_usable(view->output)) {
|
||||
return;
|
||||
}
|
||||
if (rc.adaptive_sync != LAB_ADAPTIVE_SYNC_FULLSCREEN) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue