From 5d2c2b27a6323e2666378b986129b2a7c2c39e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Feb 2022 16:04:24 +0100 Subject: New upstream version 5.2.2GA --- app/bin/dxfoutput.c | 50 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) (limited to 'app/bin/dxfoutput.c') diff --git a/app/bin/dxfoutput.c b/app/bin/dxfoutput.c index 214f63c..957110e 100644 --- a/app/bin/dxfoutput.c +++ b/app/bin/dxfoutput.c @@ -20,19 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include -#include -#ifdef WINDOWS - #include - #include -#else - #include -#endif - #include -#include -#include #include @@ -40,11 +28,10 @@ #include "custom.h" #include "dxfformat.h" #include "fileio.h" -#include "i18n.h" -#include "messages.h" #include "paths.h" #include "track.h" -#include "utility.h" +#include "draw.h" +#include "common-ui.h" static struct wFilSel_t * exportDXFFile_fs; @@ -131,22 +118,21 @@ static void DxfBitMap( { } -static void DxfFillPoly( +static void DxfPoly( drawCmd_p d, int cnt, coOrd * pts, int * types, wDrawColor color, wDrawWidth width, - int fill, - int open ) + drawFill_e eOpts ) { int inx; for (inx=1; inx