summaryrefslogtreecommitdiff
path: root/src/glx/x11/xfont.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-03-08 22:28:01 -0500
committerKristian Høgsberg <krh@redhat.com>2008-03-08 22:28:01 -0500
commit3d28a2690f3752990be50a25447747e237d7bee9 (patch)
tree1e0c6dafd09ba30593d1802cdc9a86ce773fdcbd /src/glx/x11/xfont.c
parent020c64b2cf2973b5cb41e233d2bfbd85f1b699f7 (diff)
Use _X_HIDDEN to hide a bunch of leaked symbols.
Diffstat (limited to 'src/glx/x11/xfont.c')
-rw-r--r--src/glx/x11/xfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/xfont.c b/src/glx/x11/xfont.c
index 843a2298b2..b650c17c55 100644
--- a/src/glx/x11/xfont.c
+++ b/src/glx/x11/xfont.c
@@ -210,7 +210,7 @@ static XCharStruct *isvalid(XFontStruct *fs, int which)
return(NULL);
}
-void DRI_glXUseXFont( Font font, int first, int count, int listbase )
+_X_HIDDEN void DRI_glXUseXFont( Font font, int first, int count, int listbase )
{
GLXContext CC;
Display *dpy;