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
781b8a05
Commit
781b8a05
authored
Apr 10, 2018
by
Ulrich Sibiller
Committed by
Mike Gabriel
May 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compext: fix spelling errors as reported by codespell
parent
d5da7e76
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Compext.c
nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
+1
-1
Compext.h
nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h
+2
-2
Png.c
nx-X11/programs/Xserver/hw/nxagent/compext/Png.c
+2
-2
Z.c
nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
+1
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
View file @
781b8a05
...
...
@@ -501,7 +501,7 @@ int NXSetDisplayBuffer(Display *dpy, int size)
/*
* If set, the Popen() function in the X server
* wil remove the LD_LIBRARY_PATH variable from
* wil
l
remove the LD_LIBRARY_PATH variable from
* the environment before calling the execl()
* function on the child process.
*/
...
...
nx-X11/programs/Xserver/hw/nxagent/compext/Compext.h
View file @
781b8a05
...
...
@@ -103,7 +103,7 @@ extern int NXSetDisplayBuffer(
/*
* If set, the Popen() function in the X server
* wil remove the LD_LIBRARY_PATH variable from
* wil
l
remove the LD_LIBRARY_PATH variable from
* the environment before calling the execl()
* function on the child process. The function
* returns the previous value.
...
...
@@ -334,7 +334,7 @@ extern Status NXGetUnpackParameters(
* shared memory blocks. A MIT-SHM compliant protocol is used
* between proxy and the real server, while a simplified
* version is used between the agent and the client proxy to
* accomodate both packed images and plain X bitmaps.
* accom
m
odate both packed images and plain X bitmaps.
*/
extern
Status
NXGetShmemParameters
(
...
...
nx-X11/programs/Xserver/hw/nxagent/compext/Png.c
View file @
781b8a05
...
...
@@ -258,7 +258,7 @@ char *PngCompressData(XImage *image, int *compressed_size)
/*
* TODO: Be sure the padded bytes are cleaned.
* It would be better to set to zero the bytes
* that are not al
l
igned to the word boundary
* that are not aligned to the word boundary
* at the end of the procedure.
*/
...
...
@@ -491,7 +491,7 @@ char *PngCompressData(XImage *image, int *compressed_size)
/*
* TODO: Be sure the padded bytes are cleaned.
* It would be better to set to zero the bytes
* that are not al
l
igned to the word boundary
* that are not aligned to the word boundary
* at the end of the procedure.
*/
...
...
nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
View file @
781b8a05
...
...
@@ -261,7 +261,7 @@ int ZInitEncoder(void)
zStream
->
opaque
=
(
voidpf
)
0
;
#ifdef TEST
fprintf
(
stderr
,
"******ZInitEncoder: Initializing compressor with level [%d] and st
ar
tegy [%d].
\n
"
,
fprintf
(
stderr
,
"******ZInitEncoder: Initializing compressor with level [%d] and st
ra
tegy [%d].
\n
"
,
zCompressionLevel
,
zCompressionStrategy
);
#endif
...
...
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