summaryrefslogtreecommitdiff
path: root/atari/plot/plotter.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-01-02 14:29:16 +0000
committerOle Loots <ole@monochrom.net>2012-01-02 14:29:16 +0000
commit0977543316529d23e31db8f7d6cb992b9227d3c7 (patch)
treef0bd71195a8debdc9a8de222ccb2d3d08b97e5ba /atari/plot/plotter.h
parentaac69e6478777768a47beb1107a1ddd10fca40aa (diff)
downloadnetsurf-0977543316529d23e31db8f7d6cb992b9227d3c7.tar.gz
netsurf-0977543316529d23e31db8f7d6cb992b9227d3c7.tar.bz2
Made internal font plotter compatible with 256 colors.
svn path=/trunk/netsurf/; revision=13367
Diffstat (limited to 'atari/plot/plotter.h')
-rwxr-xr-xatari/plot/plotter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/plot/plotter.h b/atari/plot/plotter.h
index 848004fd6..513eadfa1 100755
--- a/atari/plot/plotter.h
+++ b/atari/plot/plotter.h
@@ -168,7 +168,7 @@ typedef int (*_pmf_bitmap_convert)( GEM_PLOTTER self, struct bitmap * img, int x
GRECT * clip, uint32_t bg, uint32_t flags, MFDB *out );
typedef int (*_pmf_bitmap)(GEM_PLOTTER self, struct bitmap * bmp, int x, int y,
unsigned long bg, unsigned long flags );
-typedef int (*_pmf_plot_mfdb)(GEM_PLOTTER self, GRECT * loc, MFDB * mfdb, uint32_t flags);
+typedef int (*_pmf_plot_mfdb)(GEM_PLOTTER self, GRECT * loc, MFDB * mfdb, unsigned char fgcolor, uint32_t flags);
typedef int (*_pmf_text)(GEM_PLOTTER self, int x, int y, const char *text, size_t length, const plot_font_style_t *fstyle);
typedef int (*_pmf_dtor)(GEM_PLOTTER self);