summaryrefslogtreecommitdiff
path: root/atari/plot/plotter.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-01-06 22:10:10 +0000
committerOle Loots <ole@monochrom.net>2012-01-06 22:10:10 +0000
commitaf89069dad2b6e5336fe6c7e85c5ea9bec0fbc44 (patch)
tree16c48e4d3dc43297a215fb748c8466d2198d106f /atari/plot/plotter.h
parentb5a9e93d55a27547074923b65f7f86106df7cf12 (diff)
downloadnetsurf-af89069dad2b6e5336fe6c7e85c5ea9bec0fbc44.tar.gz
netsurf-af89069dad2b6e5336fe6c7e85c5ea9bec0fbc44.tar.bz2
Added missing prototypes.
svn path=/trunk/netsurf/; revision=13382
Diffstat (limited to 'atari/plot/plotter.h')
-rwxr-xr-xatari/plot/plotter.h4
1 files changed, 3 insertions, 1 deletions
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 */