mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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…
Reference in a new issue