changeset 1836:703f7268b5b1

DragonFly BSD has an older version of VGL which SDL doesn't support.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 15 May 2006 12:22:58 +0000
parents 2fe9a74e654b
children 6987e947c77a
files configure.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon May 15 11:58:29 2006 +0000
+++ b/configure.in	Mon May 15 12:22:58 2006 +0000
@@ -1235,6 +1235,8 @@
          #include <vgl.h>
         ],[
          VGLBitmap bitmap;
+         bitmap.Type = VIDBUF32;
+         bitmap.PixelBytes = 4;
          exit(bitmap.Bitmap);
         ],[
         video_vgl=yes