summaryrefslogtreecommitdiffstats
path: root/GLX.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GLX.hs')
-rw-r--r--GLX.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GLX.hs b/GLX.hs
index 73c1be3..35705d9 100644
--- a/GLX.hs
+++ b/GLX.hs
@@ -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)
]