From 8d322796a1441a2810e240cd2ffe545329323b79 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Mon, 10 Jan 2011 03:47:05 +0100 Subject: [PATCH] Support start dwell for OL_POINTS objects --- libol/libol.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libol/libol.c b/libol/libol.c index 696bfb7..e461da5 100644 --- a/libol/libol.c +++ b/libol/libol.c @@ -516,7 +516,12 @@ static void bezier_to(float x, float y, uint32_t color) static void point_to(float x, float y, uint32_t color) { + int i; addpoint(x,y,color); + if (dstate.points == 0) + for (i=0; i