Tweak the semantics of dsf_merge() so that the canonical element of
[sgt/puzzles] / drawing.c
index b582b8f..26df1ff 100644 (file)
--- a/drawing.c
+++ b/drawing.c
@@ -283,3 +283,8 @@ void print_line_width(drawing *dr, int width)
      */
     dr->api->line_width(dr->handle, (float)sqrt(dr->scale) * width);
 }
+
+void print_line_dotted(drawing *dr, int dotted)
+{
+    dr->api->line_dotted(dr->handle, dotted);
+}