summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_tr24.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-01-03 20:59:52 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-01-03 20:59:56 -0500
commitb8326b011d9b16dcc502507a52bd747a4b709399 (patch)
treef96317eb5fb05b48e34633b20f07febaf5b1196d /src/glut/glx/glut_tr24.c
parent8d62eb45997a199e116661e26217b4d44fb9ba1e (diff)
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.
Diffstat (limited to 'src/glut/glx/glut_tr24.c')
-rw-r--r--src/glut/glx/glut_tr24.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/glut_tr24.c b/src/glut/glx/glut_tr24.c
index 22b0e51603..5db9d36e19 100644
--- a/src/glut/glx/glut_tr24.c
+++ b/src/glut/glx/glut_tr24.c
@@ -2051,6 +2051,7 @@ static const BitmapCharRec * const chars[] = {
&ch255,
};
+GLUTAPI const BitmapFontRec glutBitmapTimesRoman24;
const BitmapFontRec glutBitmapTimesRoman24 = {
"-adobe-times-medium-r-normal--24-240-75-75-p-124-iso8859-1",
224,