summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpImageText16.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/module/rdpImageText16.c')
-rw-r--r--xorg/server/module/rdpImageText16.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg/server/module/rdpImageText16.c b/xorg/server/module/rdpImageText16.c
index 6a3d9588..cb421158 100644
--- a/xorg/server/module/rdpImageText16.c
+++ b/xorg/server/module/rdpImageText16.c
@@ -42,8 +42,7 @@ void
rdpImageText16Org(DrawablePtr pDrawable, GCPtr pGC,
int x, int y, int count, unsigned short *chars)
{
- rdpGCPtr priv;
- GCFuncs *oldFuncs;
+ GC_OP_VARS;
GC_OP_PROLOGUE(pGC);
pGC->ops->ImageText16(pDrawable, pGC, x, y, count, chars);