Commit aefdef62 authored by Reinhard Tartler's avatar Reinhard Tartler

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
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.
......
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.
......
......@@ -1840,7 +1840,7 @@ _XSend (
int congestion;
#endif
#ifdef AGENT_SERVER
#ifdef NX_TRANS_SOCKET
if (!size || (dpy->flags & XlibDisplayIOError))
{
if (dpy->flags & XlibDisplayIOError)
......
......@@ -1840,7 +1840,7 @@ _XSend (
int congestion;
#endif
#ifdef AGENT_SERVER
#ifdef NX_TRANS_SOCKET
if (!size || (dpy->flags & XlibDisplayIOError))
{
if (dpy->flags & XlibDisplayIOError)
......
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