summaryrefslogtreecommitdiffstats
path: root/GLX.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-02-22 18:42:09 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-02-22 18:42:09 +0100
commit8f693405d6a0237125836b15c0742bbba9945b5e (patch)
treed7614ef89e09f5a1acf7e9fe57d4d59977d48ac3 /GLX.hs
parent465bf683453c869e9b81c87661540c5e28438b1c (diff)
downloadhtanks-8f693405d6a0237125836b15c0742bbba9945b5e.tar
htanks-8f693405d6a0237125836b15c0742bbba9945b5e.zip
Free foreign pointers
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)
]