summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpImageGlyphBlt.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/module/rdpImageGlyphBlt.c')
-rw-r--r--xorg/server/module/rdpImageGlyphBlt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg/server/module/rdpImageGlyphBlt.c b/xorg/server/module/rdpImageGlyphBlt.c
index 1a9cd6db..f1f03203 100644
--- a/xorg/server/module/rdpImageGlyphBlt.c
+++ b/xorg/server/module/rdpImageGlyphBlt.c
@@ -43,8 +43,7 @@ rdpImageGlyphBltOrg(DrawablePtr pDrawable, GCPtr pGC,
int x, int y, unsigned int nglyph,
CharInfoPtr *ppci, pointer pglyphBase)
{
- rdpGCPtr priv;
- GCFuncs *oldFuncs;
+ GC_OP_VARS;
GC_OP_PROLOGUE(pGC);
pGC->ops->ImageGlyphBlt(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase);