diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-16 11:54:46 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-16 11:54:46 -0700 |
commit | d2f0e459f478ea2e9e940da8933acde23dccf2bc (patch) | |
tree | 2e730cdf097c03cb03caf134900471152f1a48cb /xorg/X11R7.6/rdp/rdpPutImage.c | |
parent | 6fcf380eadb550bf0d2aeac1da4b8f7b68b7b0f6 (diff) | |
download | xrdp-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.c | 2 |
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 { |