mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-27 06:59:46 -05:00
set fullscreen alpha to 1
This commit is contained in:
parent
c2ba1869ce
commit
333110515e
1 changed files with 1 additions and 0 deletions
|
|
@ -470,6 +470,7 @@ static void render_output(struct roots_output *output) {
|
||||||
.output = output,
|
.output = output,
|
||||||
.when = &now,
|
.when = &now,
|
||||||
.damage = &damage,
|
.damage = &damage,
|
||||||
|
.alpha = 1.0,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!needs_swap) {
|
if (!needs_swap) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue