diff options
author | Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> | 2014-05-06 13:27:49 +0200 |
---|---|---|
committer | Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> | 2014-05-06 13:27:49 +0200 |
commit | a544b9d4c77095d8dc098739d30b3d89f876fa16 (patch) | |
tree | 0963a29aeacecb761471199d8b237d434d71fd8d /debian/patches | |
parent | 4bbcbe505ec79294b243a4dac60d4d1bff397336 (diff) | |
download | nx-libs-a544b9d4c77095d8dc098739d30b3d89f876fa16.tar.gz nx-libs-a544b9d4c77095d8dc098739d30b3d89f876fa16.tar.bz2 nx-libs-a544b9d4c77095d8dc098739d30b3d89f876fa16.zip |
nxagent: add patch to fix refresh error on RDP connections to Windows 2012 if speed=ADSL.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/205_nxagent_refresh-adsl.full.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/205_nxagent_refresh-adsl.full.patch b/debian/patches/205_nxagent_refresh-adsl.full.patch new file mode 100644 index 000000000..4840ea7ce --- /dev/null +++ b/debian/patches/205_nxagent_refresh-adsl.full.patch @@ -0,0 +1,14 @@ +Description: Fix refresh errors on Win2012 RDP connections with speed=ADSL +Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> +diff -rupN a/nx-X11/programs/Xserver/hw/nxagent/Render.c b/nx-X11/programs/Xserver/hw/nxagent/GCOps.c +--- a/nx-X11/programs/Xserver/hw/nxagent/GCOps.c 2014-05-06 12:52:35.082288455 +0200 ++++ b/nx-X11/programs/Xserver/hw/nxagent/GCOps.c 2014-05-06 12:54:00.258710819 +0200 +@@ -339,7 +339,7 @@ FIXME: The popup could be synchronized w + */ + + if ((pDstDrawable -> type == DRAWABLE_PIXMAP && +- nxagentOption(DeferLevel) > 0) || nxagentOption(DeferLevel) >= 2) ++ nxagentOption(DeferLevel) > 0) || nxagentOption(DeferLevel) >= 3) + { + pClipRegion = nxagentCreateRegion(pSrcDrawable, NULL, srcx, srcy, + width, height); diff --git a/debian/patches/series b/debian/patches/series index 20e281cea..b9fefb9f1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -43,6 +43,7 @@ 202_nx-X11_enable-xinerama.full.patch 203_nxagent_disable-rootless-exit.full.patch 204_nxagent_repaint-solidpict.full.patch +205_nxagent_refresh-adsl.full.patch 209_x2goagent-add-man-page.full.patch 220_nxproxy-bind-loopback-only.full+lite.patch 300_nxagent_set-wm-class.full.patch |