summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpPushPixels.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/server/module/rdpPushPixels.c')
-rw-r--r--xorg/server/module/rdpPushPixels.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg/server/module/rdpPushPixels.c b/xorg/server/module/rdpPushPixels.c
index b02bc936..bab4b03d 100644
--- a/xorg/server/module/rdpPushPixels.c
+++ b/xorg/server/module/rdpPushPixels.c
@@ -42,8 +42,7 @@ void
rdpPushPixelsOrg(GCPtr pGC, PixmapPtr pBitMap, DrawablePtr pDst,
int w, int h, int x, int y)
{
- rdpGCPtr priv;
- GCFuncs *oldFuncs;
+ GC_OP_VARS;
GC_OP_PROLOGUE(pGC);
pGC->ops->PushPixels(pGC, pBitMap, pDst, w, h, x, y);