Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 502:c4ecae2b1b5e
prev477:9a373f2ff009
next531:f0fee3ba71d1
author nkeynes
date Thu Nov 08 11:55:47 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Update name + version numbers
file annotate diff log raw
1.1 --- a/src/display.h Wed Oct 31 09:10:23 2007 +0000
1.2 +++ b/src/display.h Thu Nov 08 11:55:47 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: display.h,v 1.11 2007-10-31 09:10:23 nkeynes Exp $
1.6 + * $Id: display.h,v 1.12 2007-11-08 11:54:16 nkeynes Exp $
1.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -80,7 +80,7 @@
1.11 sh4addr_t address;
1.12 uint32_t size; /* Size of buffer in bytes, must be width*height*bpp */
1.13 gboolean inverted;/* True if the buffer is upside down */
1.14 - char *data;
1.15 + unsigned char *data;
1.16 };
1.17
1.18 /**
.