diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-31 00:41:44 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-07-31 00:41:44 -0700 |
commit | 61d51cea601e9c0daf74f404d939aeeaf678c1b1 (patch) | |
tree | 848bdbae66561807da4d57a72a2735f667577df3 /xorg/server/module/rdpPolylines.c | |
parent | 2515caa66a37409f32bbfff552bb370b43f9701a (diff) | |
download | xrdp-proprietary-61d51cea601e9c0daf74f404d939aeeaf678c1b1.tar.gz xrdp-proprietary-61d51cea601e9c0daf74f404d939aeeaf678c1b1.zip |
xorg driver, PROLOGUE / EPILOGUE changes
Diffstat (limited to 'xorg/server/module/rdpPolylines.c')
-rw-r--r-- | xorg/server/module/rdpPolylines.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xorg/server/module/rdpPolylines.c b/xorg/server/module/rdpPolylines.c index a86e9fc4..7558407e 100644 --- a/xorg/server/module/rdpPolylines.c +++ b/xorg/server/module/rdpPolylines.c @@ -42,8 +42,7 @@ static void rdpPolylinesOrg(DrawablePtr pDrawable, GCPtr pGC, int mode, int npt, DDXPointPtr pptInit) { - rdpGCPtr priv; - GCFuncs *oldFuncs; + GC_OP_VARS; GC_OP_PROLOGUE(pGC); pGC->ops->Polylines(pDrawable, pGC, mode, npt, pptInit); |