summaryrefslogtreecommitdiff
path: root/glxapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'glxapi.py')
-rw-r--r--glxapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glxapi.py b/glxapi.py
index 7000b149..f96533b5 100644
--- a/glxapi.py
+++ b/glxapi.py
@@ -58,7 +58,7 @@ XVisualInfo = Struct("XVisualInfo", [
(Int, "bits_per_rgb"),
])
-Bool_ = Enum("Bool", [
+Bool_ = FakeEnum(Int, [
"False",
"True",
])