diff options
author | Kristian Høgsberg <[email protected]> | 2008-03-08 22:28:01 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-03-08 22:28:01 -0500 |
commit | 3d28a2690f3752990be50a25447747e237d7bee9 (patch) | |
tree | 1e0c6dafd09ba30593d1802cdc9a86ce773fdcbd /src/glx/x11/xfont.c | |
parent | 020c64b2cf2973b5cb41e233d2bfbd85f1b699f7 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/xfont.c b/src/glx/x11/xfont.c index 843a2298b24..b650c17c551 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; |