Commit 35aab85c authored by Oleksandr Shneyder's avatar Oleksandr Shneyder Committed by Mike Gabriel

Fix refresh errors on Win2012 RDP connections with speed=ADS (205_nxagent_refresh-adsl.full.patch).

parent db870556
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);
205_nxagent_refresh-adsl.full.patch
206_nxagent_clipboard-as-nxoption.full.patch 206_nxagent_clipboard-as-nxoption.full.patch
207_nxagent_fix-xfixes-selection.full.patch 207_nxagent_fix-xfixes-selection.full.patch
209_x2goagent_add-man-page.full.patch 209_x2goagent_add-man-page.full.patch
......
...@@ -339,7 +339,7 @@ FIXME: The popup could be synchronized with one ...@@ -339,7 +339,7 @@ FIXME: The popup could be synchronized with one
*/ */
if ((pDstDrawable -> type == DRAWABLE_PIXMAP && if ((pDstDrawable -> type == DRAWABLE_PIXMAP &&
nxagentOption(DeferLevel) > 0) || nxagentOption(DeferLevel) >= 2) nxagentOption(DeferLevel) > 0) || nxagentOption(DeferLevel) >= 3)
{ {
pClipRegion = nxagentCreateRegion(pSrcDrawable, NULL, srcx, srcy, pClipRegion = nxagentCreateRegion(pSrcDrawable, NULL, srcx, srcy,
width, height); width, height);
......
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