Branch: master

3126f2cf 2014-11-23 02:16:20 Timothy Pearson
Reload shadow radius during signal hander fast reconf
M twin/compton-tde/compton.c
diff --git a/twin/compton-tde/compton.c b/twin/compton-tde/compton.c
index c3b0141..e9097a7 100644
--- a/twin/compton-tde/compton.c
+++ b/twin/compton-tde/compton.c
@@ -214,6 +214,9 @@
         ps_g->cshadow_picture = solid_picture(ps_g, true, 1, ps_g->o.shadow_red, ps_g->o.shadow_green, ps_g->o.shadow_blue);
 
         /* regenerate shadows using the new settings */
+        ps_g->gaussian_map = make_gaussian_map(ps_g->o.shadow_radius);
+        presum_gaussian(ps_g, ps_g->gaussian_map);
+
         init_alpha_picts(ps_g);
         init_filters(ps_g);
     }