From 86ea31693c3ab1b52687ddb151d97b32b63ac410 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 21 Oct 2024 14:19:26 +0100 Subject: [PATCH] fix last commit --- libs/graphics/jswrap_graphics.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/graphics/jswrap_graphics.c b/libs/graphics/jswrap_graphics.c index 5339373b5..87adb050e 100644 --- a/libs/graphics/jswrap_graphics.c +++ b/libs/graphics/jswrap_graphics.c @@ -2863,7 +2863,7 @@ JsVar *jswrap_graphics_getVectorFontPolys(JsGraphics *gfx, JsVar *str, JsVar *op "type" : "method", "class" : "Graphics", "name" : "drawLineString", - "#if" : "defined(DICKENS)", no_docs":1, + "#if" : "defined(DICKENS)", "no_docs":1, "generate" : "jswrap_graphics_drawLineString", "params" : [ ["str","JsVar","The string"], @@ -4278,7 +4278,7 @@ void jswrap_graphics_dump(JsVar *parent) { "type" : "method", "class" : "Graphics", "name" : "saveScreenshot", - "#if" : "defined(DICKENS)", no_docs":1, + "#if" : "defined(DICKENS)", "no_docs":1, "generate" : "jswrap_graphics_saveScreenshot", "params" : [ ["filename","JsVar","If supplied, a file to save, otherwise 'screenshot.img'"]