summaryrefslogtreecommitdiff
path: root/src/glx/xfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/xfont.c')
-rw-r--r--src/glx/xfont.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/glx/xfont.c b/src/glx/xfont.c
index 797fd7a490..db3a570110 100644
--- a/src/glx/xfont.c
+++ b/src/glx/xfont.c
@@ -212,9 +212,8 @@ isvalid(XFontStruct * fs, int which)
}
_X_HIDDEN void
-DRI_glXUseXFont(Font font, int first, int count, int listbase)
+DRI_glXUseXFont(GLXContext CC, Font font, int first, int count, int listbase)
{
- GLXContext CC;
Display *dpy;
Window win;
Pixmap pixmap;
@@ -231,7 +230,6 @@ DRI_glXUseXFont(Font font, int first, int count, int listbase)
int i;
- CC = __glXGetCurrentContext();
dpy = CC->currentDpy;
win = CC->currentDrawable;