diff options
Diffstat (limited to 'glxapi.py')
-rw-r--r-- | glxapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ XVisualInfo = Struct("XVisualInfo", [ (Int, "bits_per_rgb"), ]) -Bool_ = Enum("Bool", [ +Bool_ = FakeEnum(Int, [ "False", "True", ]) |