Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
35aab85c
Commit
35aab85c
authored
Feb 10, 2015
by
Oleksandr Shneyder
Committed by
Mike Gabriel
Feb 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix refresh errors on Win2012 RDP connections with speed=ADS (205_nxagent_refresh-adsl.full.patch).
parent
db870556
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
16 deletions
+1
-16
205_nxagent_refresh-adsl.full.patch
debian/patches/205_nxagent_refresh-adsl.full.patch
+0
-14
series
debian/patches/series
+0
-1
GCOps.c
nx-X11/programs/Xserver/hw/nxagent/GCOps.c
+1
-1
No files found.
debian/patches/205_nxagent_refresh-adsl.full.patch
deleted
100644 → 0
View file @
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);
debian/patches/series
View file @
35aab85c
205_nxagent_refresh-adsl.full.patch
206_nxagent_clipboard-as-nxoption.full.patch
207_nxagent_fix-xfixes-selection.full.patch
209_x2goagent_add-man-page.full.patch
...
...
nx-X11/programs/Xserver/hw/nxagent/GCOps.c
View file @
35aab85c
...
...
@@ -339,7 +339,7 @@ FIXME: The popup could be synchronized with one
*/
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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment