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
12b96fd9
Commit
12b96fd9
authored
Jan 04, 2021
by
Ulrich Sibiller
Committed by
Mike Gabriel
Jan 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix formatting and spelling in various files
parent
0a06ee77
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
17 additions
and
18 deletions
+17
-18
Args.c
nx-X11/programs/Xserver/hw/nxagent/Args.c
+1
-1
Atoms.h
nx-X11/programs/Xserver/hw/nxagent/Atoms.h
+1
-1
Display.c
nx-X11/programs/Xserver/hw/nxagent/Display.c
+1
-1
GC.c
nx-X11/programs/Xserver/hw/nxagent/GC.c
+1
-1
NXpicture.c
nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
+6
-7
Rootless.c
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
+1
-1
Split.c
nx-X11/programs/Xserver/hw/nxagent/Split.c
+1
-1
Window.c
nx-X11/programs/Xserver/hw/nxagent/Window.c
+1
-1
NX.h
nxcomp/include/NX.h
+1
-1
Control.h
nxcomp/src/Control.h
+1
-1
Message.h
nxcomp/src/Message.h
+1
-1
nxproxy.1
nxproxy/man/nxproxy.1
+1
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/Args.c
View file @
12b96fd9
...
...
@@ -2319,7 +2319,7 @@ void nxagentSetDeferLevel(void)
nxagentChangeOption
(
Streaming
,
False
);
}
switch
(
nxagentOption
(
LinkType
))
switch
(
nxagentOption
(
LinkType
))
{
case
LINK_TYPE_MODEM
:
case
LINK_TYPE_ISDN
:
{
deferLevel
=
2
;
tileWidth
=
64
;
tileHeight
=
64
;
break
;
}
...
...
nx-X11/programs/Xserver/hw/nxagent/Atoms.h
View file @
12b96fd9
...
...
@@ -58,7 +58,7 @@ void nxagentWMDetect(void);
#ifdef XlibAtom
/*
* only provide these protoypes if the including file knows about Xlib
* only provide these proto
t
ypes if the including file knows about Xlib
* types. This allows us including Atoms.h without having to use the
* Xlib type magic of Agent.h
*/
...
...
nx-X11/programs/Xserver/hw/nxagent/Display.c
View file @
12b96fd9
...
...
@@ -767,7 +767,7 @@ static void nxagentDisplayFlushHandler(Display *disp, int length)
* Error flag after the _NXDisplayErrorPredicate returns true. The
* function can be used to activate additional checks, besides the
* normal failures detected by Xlib on the display socket. For exam-
* ple, the application can set the func
it
on to verify if an inter-
* ple, the application can set the func
ti
on to verify if an inter-
* rupt was received or if any other event occurred mandating the
+ end of the session."
*/
...
...
nx-X11/programs/Xserver/hw/nxagent/GC.c
View file @
12b96fd9
...
...
@@ -1127,7 +1127,7 @@ static void nxagentReconnectClip(GCPtr pGC, int type, void * pValue, int nRects)
/*
* Originally, the clip origin area were 0,0 but it didn't
* work with kedit and family, because it got the clip mask of
* the pixmap all traslated.
* the pixmap all tra
n
slated.
*/
XSetClipRectangles
(
nxagentDisplay
,
nxagentGC
(
pGC
),
pGC
->
clipOrg
.
x
,
pGC
->
clipOrg
.
y
,
...
...
nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
View file @
12b96fd9
...
...
@@ -528,13 +528,12 @@ void nxagentReconnectPictFormat(void *p0, XID x1, void *p2)
}
/*
* The set of picture formats may change considerably
* between different X servers. This poses a problem
* while migrating NX sessions, because a requisite to
* successfully reconnect the session is that all pic-
* ture formats have to be available on the new X server.
* To reduce such problems, we use a limited set of
* pictures available on the most X servers.
* The set of picture formats may change considerably between
* different X servers. This poses a problem while migrating NX
* sessions, because a requisite to successfully reconnect the session
* is that all picture formats have to be available on the new X
* server. To reduce such problems, we use a limited set of pictures
* available on the most X servers.
*/
void
nxagentPictureCreateDefaultFormats
(
ScreenPtr
pScreen
,
FormatInitRec
*
formats
,
int
*
nformats
)
...
...
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
View file @
12b96fd9
...
...
@@ -1245,7 +1245,7 @@ void nxagentFreePropertyList(void)
/*
* We are trying to distinguish notifications generated by an external
* client from those gen
a
rated by our own requests.
* client from those gen
e
rated by our own requests.
*/
Bool
nxagentNotifyMatchChangeProperty
(
void
*
p
)
...
...
nx-X11/programs/Xserver/hw/nxagent/Split.c
View file @
12b96fd9
...
...
@@ -112,7 +112,7 @@ SplitResourcePtr nxagentAllocSplitResource(void)
fprintf
(
stderr
,
"nxagentAllocSplitResource: PANIC! No more resources for the next split.
\n
"
);
#endif
/*
FIXME: Must deal with the case all resources are exausted.
FIXME: Must deal with the case all resources are ex
h
austed.
*/
FatalError
(
"nxagentAllocSplitResource: PANIC! No more resources for the next split.
\n
"
);
}
...
...
nx-X11/programs/Xserver/hw/nxagent/Window.c
View file @
12b96fd9
...
...
@@ -1530,7 +1530,7 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask)
* position in the window tree, and pPriorParent is its previous
* parent. This function can be NULL.
*
* We simply pass this
p
ver to the real X server.
* We simply pass this
o
ver to the real X server.
*/
void
nxagentReparentWindow
(
WindowPtr
pWin
,
WindowPtr
pOldParent
)
{
...
...
nxcomp/include/NX.h
View file @
12b96fd9
...
...
@@ -342,7 +342,7 @@ extern int NXTransFlush(int fd);
* connection.
*
* NX_CHANNEL_SLAVE: The channel will forward data to a remote slave
* command (see NX_SLAVE_CMD env
ri
onment variable)
* command (see NX_SLAVE_CMD env
ir
onment variable)
*
* Only a proxy running at the NX server/X client side will be able
* to create a X, CUPS, SMB, MEDIA and HTTP channel. A proxy running
...
...
nxcomp/src/Control.h
View file @
12b96fd9
...
...
@@ -144,7 +144,7 @@ class Control
T_session_mode
SessionMode
;
//
// Either immediate or def
f
erred flushes.
// Either immediate or deferred flushes.
//
T_flush_policy
FlushPolicy
;
...
...
nxcomp/src/Message.h
View file @
12b96fd9
...
...
@@ -566,7 +566,7 @@ class MessageStore
// it can contain valid data that must be
// explicitly deallocated if not needed.
// Note also that you cannot count on the
// initialization made in costructor.
// initialization made in co
n
structor.
//
temporary_
=
message
;
...
...
nxproxy/man/nxproxy.1
View file @
12b96fd9
...
...
@@ -109,7 +109,7 @@ Remote port used for the connection.
.TP 8
.B retry=<int>
Number of connection atempts.
Number of connection at
t
empts.
.TP 8
.B root=<string>
...
...
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