mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-13 00:45:58 +01:00
set alpha to 1.0 for drag icons
This commit is contained in:
parent
333110515e
commit
14bb550bff
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ static void render_output(struct roots_output *output) {
|
|||
}
|
||||
|
||||
// Render drag icons
|
||||
data.alpha = 1.0;
|
||||
drag_icons_for_each_surface(server->input, render_surface, &data);
|
||||
|
||||
renderer_end:
|
||||
|
|
Loading…
Reference in a new issue