From 333110515e6a022e1f0d947a93c51f22456d9799 Mon Sep 17 00:00:00 2001 From: Markus Ongyerth Date: Tue, 27 Feb 2018 10:55:05 +0100 Subject: set fullscreen alpha to 1 --- rootston/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rootston/output.c') diff --git a/rootston/output.c b/rootston/output.c index 3e954989..69900bd7 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -470,6 +470,7 @@ static void render_output(struct roots_output *output) { .output = output, .when = &now, .damage = &damage, + .alpha = 1.0, }; if (!needs_swap) { -- cgit v1.2.3 From 14bb550bff85f9f47269067821e9cab92771ef10 Mon Sep 17 00:00:00 2001 From: Markus Ongyerth Date: Tue, 27 Feb 2018 14:01:41 +0100 Subject: set alpha to 1.0 for drag icons --- rootston/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rootston/output.c') 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: -- cgit v1.2.3