Commit a544b9d4 authored by Oleksandr Shneyder's avatar Oleksandr Shneyder

nxagent: add patch to fix refresh error on RDP connections to Windows 2012 if speed=ADSL.

parent 4bbcbe50
......@@ -19,6 +19,10 @@ nx-libs (2:3.5.0.23-0x2go1) UNRELEASED; urgency=low
* nx-libs.spec:
+ Build our imake against xorg-x11-proto-devel.
[ Oleksandr Shneyder ]
* nxagent: add patch to fix refresh error on RDP connections to Windows 2012
if speed=ADSL.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 04 Jan 2014 22:02:16 +0100
nx-libs (2:3.5.0.22-0x2go2) unstable; urgency=low
......
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);
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment