set alpha to 1.0 for drag icons

This commit is contained in:
Markus Ongyerth 2018-02-27 14:01:41 +01:00
parent 333110515e
commit 14bb550bff
1 changed files with 1 additions and 0 deletions

View File

@ -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: