From: Hector Martin Date: Mon, 10 Jan 2011 02:47:05 +0000 (+0100) Subject: Support start dwell for OL_POINTS objects X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=8d322796a1441a2810e240cd2ffe545329323b79;p=openlase-old.git Support start dwell for OL_POINTS objects --- 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