mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 16:55:29 -05:00
Fixed VGL detection on FreeBSD (thanks David!)
This commit is contained in:
@@ -775,7 +775,7 @@ CheckVGL()
|
||||
#include <vgl.h>
|
||||
],[
|
||||
VGLBitmap bitmap;
|
||||
exit(bitmap.PixelBytes);
|
||||
exit(bitmap.Bitmap);
|
||||
],[
|
||||
video_vgl=yes
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user