aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2008-04-07 17:16:08 +0000
committerSimon Tatham <anakin@pobox.com>2008-04-07 17:16:08 +0000
commit771532fe7f649132c2b82e2ab12f2c079e242430 (patch)
tree53aa5ba989dfeed6895dc8e26950e580e2e2ae4b
parent0564211167adbea5a5ad1c83ad6f244956ed5b72 (diff)
downloadpuzzles-771532fe7f649132c2b82e2ab12f2c079e242430.zip
puzzles-771532fe7f649132c2b82e2ab12f2c079e242430.tar.gz
puzzles-771532fe7f649132c2b82e2ab12f2c079e242430.tar.bz2
puzzles-771532fe7f649132c2b82e2ab12f2c079e242430.tar.xz
Ahem. Apparently forgot to compile-test after that one last tiny
change. [originally from svn r7977]
-rw-r--r--puzzles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzles.h b/puzzles.h
index 11acb1f..2a9f517 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -208,7 +208,7 @@ void print_get_colour(drawing *dr, int colour, int printing_in_colour,
int print_mono_colour(drawing *dr, int grey); /* 0==black, 1==white */
int print_grey_colour(drawing *dr, float grey);
int print_hatched_colour(drawing *dr, int hatch);
-int print_rgb_mono_colour(drawing *dr, float r, float g, float b, float mono);
+int print_rgb_mono_colour(drawing *dr, float r, float g, float b, int mono);
int print_rgb_grey_colour(drawing *dr, float r, float g, float b, float grey);
int print_rgb_hatched_colour(drawing *dr, float r, float g, float b,
int hatch);