aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authorMarkus Ongyerth <ongy@ongy.net>2018-02-27 14:01:41 +0100
committerMarkus Ongyerth <ongy@ongy.net>2018-02-27 18:18:39 +0100
commit14bb550bff85f9f47269067821e9cab92771ef10 (patch)
tree74cf16d5d2aa88ba80333015f11c639acd8f70e8 /rootston
parent333110515e6a022e1f0d947a93c51f22456d9799 (diff)
set alpha to 1.0 for drag icons
Diffstat (limited to 'rootston')
-rw-r--r--rootston/output.c1
1 files changed, 1 insertions, 0 deletions
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: