mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-19 18:53:05 +00:00
set fullscreen alpha to 1
This commit is contained in:
parent
c2ba1869ce
commit
333110515e
@ -470,6 +470,7 @@ static void render_output(struct roots_output *output) {
|
||||
.output = output,
|
||||
.when = &now,
|
||||
.damage = &damage,
|
||||
.alpha = 1.0,
|
||||
};
|
||||
|
||||
if (!needs_swap) {
|
||||
|
Loading…
Reference in New Issue
Block a user