diff options
Diffstat (limited to 'debian/patches/0205_nxagent_refresh-adsl.full.patch')
-rw-r--r-- | debian/patches/0205_nxagent_refresh-adsl.full.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/0205_nxagent_refresh-adsl.full.patch b/debian/patches/0205_nxagent_refresh-adsl.full.patch deleted file mode 100644 index b35927328..000000000 --- a/debian/patches/0205_nxagent_refresh-adsl.full.patch +++ /dev/null @@ -1,13 +0,0 @@ -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); |