238c238,244
< return NWindows | MaxTL << 8 | MaxGL << 16;
---
> // XXX set to match Legion
> return ULL(0x3e) << 48 |
> ULL(0x23) << 32 |
> ULL(0x20) << 24 |
> //MaxGL << 16 | XXX For some reason legion doesn't set GL
> MaxTL << 8 |
> (NWindows -1) << 0;