diff --git a/rootston/output.c b/rootston/output.c index 69900bd7..4d0a9c05 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -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: