Support fullscreen mode (issue #53)

This commit is contained in:
Johan Malm 2021-08-23 22:05:30 +01:00
parent 65f5bf189d
commit 645a8e46a6
6 changed files with 102 additions and 3 deletions

View file

@ -494,7 +494,7 @@ static void
render_deco(struct view *view, struct output *output,
pixman_region32_t *output_damage)
{
if (!view->ssd.enabled) {
if (!view->ssd.enabled || view->fullscreen) {
return;
}