Fixed VGL detection on FreeBSD (thanks David!)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40145
This commit is contained in:
parent
86765b7947
commit
dac38725b6
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ CheckVGL()
|
|||
#include <vgl.h>
|
||||
],[
|
||||
VGLBitmap bitmap;
|
||||
exit(bitmap.PixelBytes);
|
||||
exit(bitmap.Bitmap);
|
||||
],[
|
||||
video_vgl=yes
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue