set alpha to 1.0 for drag icons

master
Markus Ongyerth 7 years ago
parent 333110515e
commit 14bb550bff

@ -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…
Cancel
Save