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
aefdef62
Commit
aefdef62
authored
Oct 10, 2011
by
Reinhard Tartler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported nx-X11-3.3.0-4.tar.gz
Summary: Imported nx-X11-3.3.0-4.tar.gz Keywords: Imported nx-X11-3.3.0-4.tar.gz into Git repository
parent
01ed7571
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
2 deletions
+10
-2
CHANGELOG
nx-X11/CHANGELOG
+4
-0
CHANGELOG.NX.original
nx-X11/CHANGELOG.NX.original
+4
-0
CHANGELOG~
nx-X11/CHANGELOG~
+0
-0
XlibInt.c
nx-X11/lib/X11/XlibInt.c
+1
-1
XlibInt.c.NX.original
nx-X11/lib/X11/XlibInt.c.NX.original
+1
-1
No files found.
nx-X11/CHANGELOG
View file @
aefdef62
ChangeLog:
nx-X11-3.3.0-4
- Enabled the code resetting the Xlib buffer if an IO error occured.
nx-X11-3.3.0-3
- Fixed the search path for the XKB base directory.
...
...
nx-X11/CHANGELOG.NX.original
View file @
aefdef62
ChangeLog:
nx-X11-3.3.0-4
- Enabled the code resetting the Xlib buffer if an IO error occured.
nx-X11-3.3.0-3
- Fixed the search path for the XKB base directory.
...
...
nx-X11/CHANGELOG~
deleted
100644 → 0
View file @
01ed7571
This diff is collapsed.
Click to expand it.
nx-X11/lib/X11/XlibInt.c
View file @
aefdef62
...
...
@@ -1840,7 +1840,7 @@ _XSend (
int
congestion
;
#endif
#ifdef
AGENT_SERVER
#ifdef
NX_TRANS_SOCKET
if
(
!
size
||
(
dpy
->
flags
&
XlibDisplayIOError
))
{
if
(
dpy
->
flags
&
XlibDisplayIOError
)
...
...
nx-X11/lib/X11/XlibInt.c.NX.original
View file @
aefdef62
...
...
@@ -1840,7 +1840,7 @@ _XSend (
int congestion;
#endif
#ifdef
AGENT_SERVER
#ifdef
NX_TRANS_SOCKET
if (!size || (dpy->flags & XlibDisplayIOError))
{
if (dpy->flags & XlibDisplayIOError)
...
...
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