diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/Makefile.in | 4 | ||||
-rw-r--r-- | modules/pdp_colorgrid.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/Makefile.in b/modules/Makefile.in index 6be8198..5b3df36 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -20,7 +20,7 @@ OBJECTS = pdp_intrusion.o pdp_yqt.o pdp_simura.o pdp_underwatch.o \ pdp_disintegration.o pdp_distance.o pdp_theorin~.o \ pdp_theorout~.o pdp_cropper.o pdp_background.o \ pdp_mapper.o pdp_theonice~.o pdp_icedthe~.o\ - pdp_fdiff.o pdp_hue.o pdp_dot.o pdp_qtext.o \ - @PDP_CAPTURE_OBJECT@ @PDP_STREAMING_OBJECTS@ # pdp_xcanvas.o pdp_aa.o + pdp_fdiff.o pdp_hue.o pdp_dot.o pdp_qtext.o\ + @PDP_CAPTURE_OBJECT@ @PDP_STREAMING_OBJECTS@ # pdp_xcanvas.o pdp_aa.o all_modules: $(OBJECTS) diff --git a/modules/pdp_colorgrid.c b/modules/pdp_colorgrid.c index bf73ed7..2538205 100644 --- a/modules/pdp_colorgrid.c +++ b/modules/pdp_colorgrid.c @@ -313,7 +313,7 @@ static void pdp_colorgrid_hsv2rgb(t_float hue, t_float saturation, t_float value static void pdp_colorgrid_output_current(t_pdp_colorgrid* x) { - t_float ox=0, oy=0, hue, saturation, value, red, green, blue ; + t_float ox=0, oy=0, hue, saturation, value, red=0, green=0, blue=0 ; /* These values need to be the same as those that produced the spectrum image:*/ |