1.1 --- a/src/display.h Mon May 15 08:28:52 2006 +0000
1.2 +++ b/src/display.h Tue Dec 19 09:51:35 2006 +0000
1.5 - * $Id: display.h,v 1.1 2006-05-15 08:28:48 nkeynes Exp $
1.6 + * $Id: display.h,v 1.2 2006-06-18 11:57:55 nkeynes Exp $
1.8 * The PC side of the video support (responsible for actually displaying /
1.11 #define COLFMT_INDEX4 6 /* 4 bit indexed colour (texture source only) */
1.12 #define COLFMT_INDEX8 7 /* 8-bit indexed colour (texture source only) */
1.14 +extern int colour_format_bytes[];
1.16 typedef struct video_buffer {