From af89069dad2b6e5336fe6c7e85c5ea9bec0fbc44 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 6 Jan 2012 22:10:10 +0000 Subject: Added missing prototypes. svn path=/trunk/netsurf/; revision=13382 --- atari/plot/plotter.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'atari/plot/plotter.h') diff --git a/atari/plot/plotter.h b/atari/plot/plotter.h index d2d44c0d8..cf07d434f 100755 --- a/atari/plot/plotter.h +++ b/atari/plot/plotter.h @@ -303,8 +303,10 @@ void dump_font_drivers(void); void dump_plot_drivers(void); void dump_vdi_info(short); +/* convert an vdi color to bgra */ +void vdi1000_to_rgb( unsigned short * in, unsigned char * out ); -/* convert an rgb color to vdi1000 color */ +/* convert an bgra color to vdi1000 color */ void rgb_to_vdi1000( unsigned char * in, unsigned short * out ); /* convert an rgb color to an index into the web palette */ -- cgit v1.2.3