Search
lxdream.org :: lxdream :: r162:f7781f928f7e
lxdream 0.9.1
released Jun 29
Download Now
changeset162:f7781f928f7e
parent161:408b9210395f
child163:cf6b5e87f58d
authornkeynes
dateSun Jun 18 11:57:55 2006 +0000 (17 years ago)
Add global display_colour_bytes
src/display.h
1.1 --- a/src/display.h Sun Jun 18 11:57:05 2006 +0000
1.2 +++ b/src/display.h Sun Jun 18 11:57:55 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
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.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -40,6 +40,8 @@
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.13
1.14 +extern int colour_format_bytes[];
1.15 +
1.16 typedef struct video_buffer {
1.17 uint32_t hres;
1.18 uint32_t vres;
.