diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-19 01:03:31 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-19 01:03:31 -0700 |
| commit | 1d09427c57d40429bee3a7cb77fac9f37fee17b5 (patch) | |
| tree | da9d0c9037e55cc3045347c62053f035444d47ff /xorg/X11R7.6/rdp/rdpPutImage.c | |
| parent | 9263b22cb295ae5eefa3bf25e35873b718966325 (diff) | |
| parent | d2f0e459f478ea2e9e940da8933acde23dccf2bc (diff) | |
| download | xrdp-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.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 { |
