mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
Merge pull request #689 from Ongy/fullscreen-opacity
set fullscreen alpha to 1
This commit is contained in:
commit
75a7340a27
1 changed files with 2 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) {
|
||||||
|
@ -522,6 +523,7 @@ static void render_output(struct roots_output *output) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Render drag icons
|
// Render drag icons
|
||||||
|
data.alpha = 1.0;
|
||||||
drag_icons_for_each_surface(server->input, render_surface, &data);
|
drag_icons_for_each_surface(server->input, render_surface, &data);
|
||||||
|
|
||||||
renderer_end:
|
renderer_end:
|
||||||
|
|
Loading…
Reference in a new issue