From 0af7ca1a607f81edd746139bf5baec99a4f20020 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 30 Jan 2011 21:48:22 +0000 Subject: Rearanged includes, fixed VDI style for dashed plots. svn path=/trunk/netsurf/; revision=11537 --- atari/plot/plotter_vdi.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'atari/plot/plotter_vdi.c') diff --git a/atari/plot/plotter_vdi.c b/atari/plot/plotter_vdi.c index 60153f64c..45640df57 100755 --- a/atari/plot/plotter_vdi.c +++ b/atari/plot/plotter_vdi.c @@ -24,15 +24,10 @@ #include #include -#include "desktop/plot_style.h" -#include "image/bitmap.h" -#include "atari/bitmap.h" #include "atari/plot/eddi.h" #include "atari/plot/plotter.h" #include "atari/plot/plotter_vdi.h" #include "atari/plot/font_vdi.h" -#include "atari/bitmap.h" -#include "utils/log.h" /* assign vdi line style to dst ( netsurf type ) */ #define NSLT2VDI(dst, src) \ @@ -41,7 +36,7 @@ dst = 3; \ break;\ case PLOT_OP_TYPE_DASH:\ - dst = 4; \ + dst = 5; \ break;\ case PLOT_OP_TYPE_SOLID:\ case PLOT_OP_TYPE_NONE:\ -- cgit v1.2.3