Fix glut to work with -fvisibility=hidden
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 4 Jan 2010 01:59:52 +0000 (20:59 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 4 Jan 2010 01:59:56 +0000 (20:59 -0500)
commitb8326b011d9b16dcc502507a52bd747a4b709399
treef96317eb5fb05b48e34633b20f07febaf5b1196d
parent8d62eb45997a199e116661e26217b4d44fb9ba1e
Fix glut to work with -fvisibility=hidden

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.
src/glut/glx/capturexfont.c
src/glut/glx/glut_8x13.c
src/glut/glx/glut_9x15.c
src/glut/glx/glut_hel10.c
src/glut/glx/glut_hel12.c
src/glut/glx/glut_hel18.c
src/glut/glx/glut_mroman.c
src/glut/glx/glut_roman.c
src/glut/glx/glut_tr10.c
src/glut/glx/glut_tr24.c
src/glut/glx/glutstroke.h