Commit dac38725 authored by Sam Lantinga's avatar Sam Lantinga

Fixed VGL detection on FreeBSD (thanks David!)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40145
parent 86765b79
......@@ -775,7 +775,7 @@ CheckVGL()
#include <vgl.h>
],[
VGLBitmap bitmap;
exit(bitmap.PixelBytes);
exit(bitmap.Bitmap);
],[
video_vgl=yes
])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment