From 1a63467fda22d64622addea57e1b068c8bff9651 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 9 Aug 2001 06:14:06 +0000 Subject: [PATCH] Fixed VGL detection on FreeBSD (thanks David!) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 853e5072e..9aa2dc0c8 100644 --- a/configure.in +++ b/configure.in @@ -775,7 +775,7 @@ CheckVGL() #include ],[ VGLBitmap bitmap; - exit(bitmap.PixelBytes); + exit(bitmap.Bitmap); ],[ video_vgl=yes ])