Merge pull request #689 from Ongy/fullscreen-opacity

set fullscreen alpha to 1
master
emersion 7 years ago committed by GitHub
commit 75a7340a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -470,6 +470,7 @@ static void render_output(struct roots_output *output) {
.output = output,
.when = &now,
.damage = &damage,
.alpha = 1.0,
};
if (!needs_swap) {
@ -522,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