summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdpPolyRectangle.c
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2012-12-26 18:58:31 -0800
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2012-12-26 18:58:31 -0800
commitf3cc2a5154e79afcebed79b9dc85205fdd950043 (patch)
treef4f67a024422401b66c8839f526c9db385d3e001 /xorg/X11R7.6/rdp/rdpPolyRectangle.c
parentcae2adb75e2b339017746436c63f7d2b8c35fb63 (diff)
parentcce4f773d858a2b131a026fa82136743155ad12b (diff)
downloadxrdp-proprietary-f3cc2a5154e79afcebed79b9dc85205fdd950043.tar.gz
xrdp-proprietary-f3cc2a5154e79afcebed79b9dc85205fdd950043.zip
Merge branch 'master' of https://github.com/FreeRDP/xrdp
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpPolyRectangle.c')
-rw-r--r--xorg/X11R7.6/rdp/rdpPolyRectangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/rdp/rdpPolyRectangle.c b/xorg/X11R7.6/rdp/rdpPolyRectangle.c
index 8de1e43f..9dd5ad8a 100644
--- a/xorg/X11R7.6/rdp/rdpPolyRectangle.c
+++ b/xorg/X11R7.6/rdp/rdpPolyRectangle.c
@@ -112,7 +112,7 @@ rdpPolyRectangle(DrawablePtr pDrawable, GCPtr pGC, int nrects,
pDstPixmap = (PixmapPtr)pDrawable;
pDstPriv = GETPIXPRIV(pDstPixmap);
- if (XRDP_IS_OS(pDstPriv))
+ if (xrdp_is_os(pDstPixmap, pDstPriv))
{
post_process = 1;