]> git.cworth.org Git - apitrace/blobdiff - glxapi.py
Split gltrace.cpp code into multiple files.
[apitrace] / glxapi.py
index 7000b149347fb7d3037c2899bb8e414f5993eb92..f96533b502a91bbbc54e847f50bd708984288158 100644 (file)
--- 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",
 ])