backend_common: fix shadow generation with opacity

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-03-04 22:58:11 +00:00
parent 3ab4107fda
commit a2ae36c1d6
5 changed files with 9 additions and 9 deletions

View File

@ -2010,7 +2010,7 @@ redir_start(session_t *ps) {
ps->backend_data->ops->render_shadow(ps->backend_data, w->widthb,
w->heightb, ps->gaussian_map,
ps->o.shadow_red, ps->o.shadow_green,
ps->o.shadow_blue);
ps->o.shadow_blue, ps->o.shadow_opacity);
}
}
}