mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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:
parent
fd034f3724
commit
2d79ab6c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue