--- a/src/display.h Mon May 15 08:28:52 2006 +0000 +++ b/src/display.h Mon Jan 15 08:30:50 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: display.h,v 1.1 2006-05-15 08:28:48 nkeynes Exp $ + * $Id: display.h,v 1.2 2006-06-18 11:57:55 nkeynes Exp $ * * The PC side of the video support (responsible for actually displaying / * rendering frames) @@ -40,6 +40,8 @@ #define COLFMT_INDEX4 6 /* 4 bit indexed colour (texture source only) */ #define COLFMT_INDEX8 7 /* 8-bit indexed colour (texture source only) */ +extern int colour_format_bytes[]; + typedef struct video_buffer { uint32_t hres; uint32_t vres;