# New Ticket Created by Geoffrey Broadwell
# Please include the string: [perl #53802]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53802 >
The attached patch mainly cleans up the implementation of GLUT
callbacks, simplifying code both internally and in the PIR-visible API.
It also includes two other small cleanups in the OpenGL code:
1. a missing libglutcb build dependency that may fix a 'make -j2'
problem on Mac OS X, as per tetragon
2. use the 'die string' opcode rather than a manually generated
string exception in OpenGL.pir, as per pmichaud
-'f
Thread Next