Use double buffers fbconfig

This commit is contained in:
Matthias Schiffer 2010-03-02 03:48:03 +01:00
parent b9b5f03a32
commit 6a381a238a

1
GLX.hs
View file

@ -51,6 +51,7 @@ instance Driver GLX where
fbconfigs <- chooseFBConfig disp (fromIntegral . defaultScreen $ disp)
[ (renderType, rgbaBit)
, (drawableType, windowBit)
, (doublebuffer, 1)
, (xRenderable, 1)
, (depthSize, 1)
, (stencilSize, 1)