Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 429:e581b90c3fb3
prev424:421d68e78c46
next451:50622730f226
author nkeynes
date Wed Oct 10 11:02:04 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change First cut of new GUI
file annotate diff log raw
1.1 --- a/src/display.h Sun Oct 07 05:42:25 2007 +0000
1.2 +++ b/src/display.h Wed Oct 10 11:02:04 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: display.h,v 1.8 2007-10-07 05:42:24 nkeynes Exp $
1.6 + * $Id: display.h,v 1.9 2007-10-08 11:49:35 nkeynes Exp $
1.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -145,7 +145,7 @@
1.11 * using the format etc from the buffer. This may force a glFinish()
1.12 * but does not invalidate the buffer.
1.13 */
1.14 - gboolean (*read_render_buffer)( render_buffer_t buffer, char *target );
1.15 + gboolean (*read_render_buffer)( render_buffer_t buffer, unsigned char *target );
1.16
1.17 } *display_driver_t;
1.18
.