diff options
Diffstat (limited to 'GLX.hs')
-rw-r--r-- | GLX.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ instance Driver GLX where fbconfigs <- chooseFBConfig disp (fromIntegral . defaultScreen $ disp) [(renderType, rgbaBit) , (drawableType, windowBit) - , (xRenderable, true) + , (xRenderable, 1) , (depthSize, 1) , (stencilSize, 1) ] |