summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_tr24.c
AgeCommit message (Collapse)Author
2010-01-03Fix glut to work with -fvisibility=hiddenKristian Høgsberg
The GLUTAPI #define used in the header file to mark the font structs visible wasn't kicking in because of the #define glutBitmap9By15 XXX prior to #include <GL/glut.h>. High quality code... worked around by copying the GLUTAPI specifier to the invidual C files.
1999-08-19initial check-in (post crash)Brian Paul