blob: b35927328c9c11f25f892461eb7bbe638f39c99d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Description: Fix refresh errors on Win2012 RDP connections with speed=ADSL
Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
--- a/nx-X11/programs/Xserver/hw/nxagent/GCOps.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/GCOps.c
@@ -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);
|