summaryrefslogtreecommitdiff
path: root/glx/xfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'glx/xfont.c')
-rw-r--r--glx/xfont.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/glx/xfont.c b/glx/xfont.c
index 99437842e..84a301f9b 100644
--- a/glx/xfont.c
+++ b/glx/xfont.c
@@ -154,6 +154,8 @@ int __glXDisp_UseXFont(__GLXclientState *cl, GLbyte *pc)
__GLXcontext *cx;
int error;
+ REQUEST_SIZE_MATCH(xGLXUseXFontReq);
+
req = (xGLXUseXFontReq *) pc;
cx = __glXForceCurrent(cl, req->contextTag, &error);
if (!cx) {