summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdpPutImage.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-09-19 01:03:31 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-09-19 01:03:31 -0700
commit1d09427c57d40429bee3a7cb77fac9f37fee17b5 (patch)
treeda9d0c9037e55cc3045347c62053f035444d47ff /xorg/X11R7.6/rdp/rdpPutImage.c
parent9263b22cb295ae5eefa3bf25e35873b718966325 (diff)
parentd2f0e459f478ea2e9e940da8933acde23dccf2bc (diff)
downloadxrdp-proprietary-1d09427c57d40429bee3a7cb77fac9f37fee17b5.tar.gz
xrdp-proprietary-1d09427c57d40429bee3a7cb77fac9f37fee17b5.zip
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'xorg/X11R7.6/rdp/rdpPutImage.c')
-rw-r--r--xorg/X11R7.6/rdp/rdpPutImage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/rdp/rdpPutImage.c b/xorg/X11R7.6/rdp/rdpPutImage.c
index ffc179d5..050f5f5f 100644
--- a/xorg/X11R7.6/rdp/rdpPutImage.c
+++ b/xorg/X11R7.6/rdp/rdpPutImage.c
@@ -135,7 +135,7 @@ rdpPutImage(DrawablePtr pDst, GCPtr pGC, int depth, int x, int y,
LLOGLN(10, ("rdpPutImage: getting dirty"));
g_screenPriv.is_dirty = 1;
pDirtyPriv = &g_screenPriv;
- dirty_type = RDI_IMGLL;
+ dirty_type = RDI_IMGLY;
}
else
{