From 61d51cea601e9c0daf74f404d939aeeaf678c1b1 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Wed, 31 Jul 2013 00:41:44 -0700 Subject: xorg driver, PROLOGUE / EPILOGUE changes --- xorg/server/module/rdpPutImage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xorg/server/module/rdpPutImage.c') diff --git a/xorg/server/module/rdpPutImage.c b/xorg/server/module/rdpPutImage.c index 5c0e6f5f..f7a33f7c 100644 --- a/xorg/server/module/rdpPutImage.c +++ b/xorg/server/module/rdpPutImage.c @@ -42,8 +42,7 @@ static void rdpPutImageOrg(DrawablePtr pDst, GCPtr pGC, int depth, int x, int y, int w, int h, int leftPad, int format, char *pBits) { - rdpGCPtr priv; - GCFuncs *oldFuncs; + GC_OP_VARS; GC_OP_PROLOGUE(pGC); pGC->ops->PutImage(pDst, pGC, depth, x, y, w, h, leftPad, -- cgit v1.2.1