Search
lxdream.org :: lxdream/src/drivers/gl_common.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/gl_common.h
changeset 429:e581b90c3fb3
prev405:570d93abb5b7
next443:1163eb5c0590
author nkeynes
date Tue Oct 09 08:12:29 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix compilation warnings
file annotate diff log raw
1.1 --- a/src/drivers/gl_common.h Fri Sep 28 07:24:14 2007 +0000
1.2 +++ b/src/drivers/gl_common.h Tue Oct 09 08:12:29 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: gl_common.h,v 1.2 2007-09-28 07:24:14 nkeynes Exp $
1.6 + * $Id: gl_common.h,v 1.3 2007-10-08 11:49:35 nkeynes Exp $
1.7 *
1.8 * Parent for all X11 display drivers.
1.9 *
1.10 @@ -46,7 +46,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
1.18 /****** FBO handling (gl_fbo.c) ******/
.