summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdpPutImage.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-09-16 11:54:46 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-09-16 11:54:46 -0700
commitd2f0e459f478ea2e9e940da8933acde23dccf2bc (patch)
tree2e730cdf097c03cb03caf134900471152f1a48cb /xorg/X11R7.6/rdp/rdpPutImage.c
parent6fcf380eadb550bf0d2aeac1da4b8f7b68b7b0f6 (diff)
downloadxrdp-proprietary-d2f0e459f478ea2e9e940da8933acde23dccf2bc.tar.gz
xrdp-proprietary-d2f0e459f478ea2e9e940da8933acde23dccf2bc.zip
X11rdp: use lossy compression in more places
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
{