Search
lxdream.org :: lxdream/src/drivers/gl_common.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/gl_common.c
changeset 429:e581b90c3fb3
prev424:421d68e78c46
next443:1163eb5c0590
author nkeynes
date Thu Oct 11 11:09:10 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Use the default visual (all we do is render onto the front buffer, so we don't really care what it is)
file annotate diff log raw
1.1 --- a/src/drivers/gl_common.c Sun Oct 07 05:42:25 2007 +0000
1.2 +++ b/src/drivers/gl_common.c Thu Oct 11 11:09:10 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: gl_common.c,v 1.2 2007-10-07 05:42:25 nkeynes Exp $
1.6 + * $Id: gl_common.c,v 1.3 2007-10-08 11:49:35 nkeynes Exp $
1.7 *
1.8 * Common GL code that doesn't depend on a specific implementation
1.9 *
1.10 @@ -142,7 +142,7 @@
1.11 * has already set the appropriate glReadBuffer(); in other words, unless
1.12 * there's only one buffer this needs to be wrapped.
1.13 */
1.14 -gboolean gl_read_render_buffer( render_buffer_t buffer, char *target )
1.15 +gboolean gl_read_render_buffer( render_buffer_t buffer, unsigned char *target )
1.16 {
1.17 if( buffer->address == -1 )
1.18 return FALSE;
.