Currently when dumping an attribute list, the terminator is being written as whatever gengl found lying around that happened to by #defined to 0, instead of the symbolic name None. This symbol is defined by X rather than GLX, so it should probably just be injected manually in gengl.
Now if only I hadn't written gengl in a write-only language...
Currently when dumping an attribute list, the terminator is being written as whatever gengl found lying around that happened to by #defined to 0, instead of the symbolic name
None
. This symbol is defined by X rather than GLX, so it should probably just be injected manually in gengl.Now if only I hadn't written gengl in a write-only language...
Reported by: bmerry
Original Ticket: bugle/tickets/90