summaryrefslogtreecommitdiff
path: root/atari/plot/font_vdi.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-05-28 09:11:32 +0100
committerVincent Sanders <vince@kyllikki.org>2015-05-28 09:11:32 +0100
commit20f2c86a511f7913cf858e7bd3668b0b59663ba0 (patch)
treebcf302d9d30b8b3abf66a06ef285436952e0f00c /atari/plot/font_vdi.c
parenta098626ff1c87726551419448c8b01b05aff20b9 (diff)
downloadnetsurf-20f2c86a511f7913cf858e7bd3668b0b59663ba0.tar.gz
netsurf-20f2c86a511f7913cf858e7bd3668b0b59663ba0.tar.bz2
Clean up atari source linendings, whitespace damage and executable status
Diffstat (limited to 'atari/plot/font_vdi.c')
-rw-r--r--[-rwxr-xr-x]atari/plot/font_vdi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/atari/plot/font_vdi.c b/atari/plot/font_vdi.c
index 7f3dacf63..7c186107a 100755..100644
--- a/atari/plot/font_vdi.c
+++ b/atari/plot/font_vdi.c
@@ -29,13 +29,10 @@
#include "atari/encoding.h"
-
-
//static char * lstr = NULL;
-
static int dtor( FONT_PLOTTER self );
-static int str_width( FONT_PLOTTER self,const plot_font_style_t *fstyle, const char * str, size_t length, int * width );
+static int str_width( FONT_PLOTTER self,const plot_font_style_t *fstyle, const char * str, size_t length, int * width );
static int str_split( FONT_PLOTTER self, const plot_font_style_t *fstyle,const char *string,
size_t length,int x, size_t *char_offset, int *actual_x );
static int pixel_pos( FONT_PLOTTER self, const plot_font_style_t *fstyle,const char *string,