private: Avoid unnecessary conversions in shadow computation

The type was changed from double to float for no apparent reason
when moving code in commit 5060081db5.

https://bugzilla.gnome.org/show_bug.cgi?id=788627
This commit is contained in:
Florian Müllner 2017-10-07 10:15:18 +02:00 committed by Marco Trevisan (Treviño)
parent fd034f3724
commit 2d79ab6c5c

View File

@ -247,7 +247,7 @@ blur_pixels (guchar *pixels_in,
gint *rowstride_out)
{
guchar *pixels_out;
float sigma;
gdouble sigma;
/* The CSS specification defines (or will define) the blur radius as twice
* the Gaussian standard deviation. See: