On Sat, Mar 22, 2003 at 10:02:33PM +0200, Ville Syrj�l� wrote:
> Ok here's a new triple buffering patch.

I am sure anyone building with this patch will have discovered and
fixed the following typo, but just for the record:

> diff -urN DirectFB/src/idirectfb.c DirectFB/src/idirectfb.c
> --- DirectFB/src/idirectfb.c  2003-03-20 21:15:21.000000000 +0200
> +++ DirectFB/src/idirectfb.c  2003-03-21 22:14:47.000000000 +0200
> @@ -419,6 +419,9 @@
>                      CoreWindow            *window;
>                      DFBWindowCapabilities  window_caps = DWCAPS_NONE;
>  
> +                    if (caps & DSCAPS_TRIPLE)
> +                         return DFB_UNSUPOORTED;
                                         ^^^^^
should be "DFB_UNSUPPORTED"               

> +
>                      if (! (desc->flags & DSDESC_WIDTH))
>                           width = data->primary.width;
>  

b.

-- 
Brian J. Murrell

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to