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
129c8621
Commit
129c8621
authored
Sep 05, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Image.c: remove some blank lines
parent
5d3029a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Image.c
nx-X11/programs/Xserver/hw/nxagent/Image.c
+0
-4
No files found.
nx-X11/programs/Xserver/hw/nxagent/Image.c
View file @
129c8621
...
...
@@ -171,7 +171,6 @@ typedef struct _ImageStatisticsRec
double
totalMatches
;
double
totalEncoded
;
double
totalAdded
;
}
ImageStatisticsRec
;
ImageStatisticsRec
nxagentImageStatistics
;
...
...
@@ -256,7 +255,6 @@ int nxagentImageLength(int width, int height, int format, int leftPad, int depth
else
if
(
format
==
XYPixmap
)
{
line
=
BitmapBytePad
(
width
+
leftPad
);
line
*=
depth
;
}
else
if
(
format
==
ZPixmap
)
...
...
@@ -706,7 +704,6 @@ FIXME: Temporarily stream the GLX data.
#endif
#ifdef TEST
if
(
split
==
1
)
{
fprintf
(
stderr
,
"nxagentPutImage: Splitting the image with size [%d] "
...
...
@@ -888,7 +885,6 @@ void nxagentRealizeImage(DrawablePtr pDrawable, GCPtr pGC, int depth,
XImage
*
image
=
NULL
;
if
(
NXDisplayError
(
nxagentDisplay
)
==
1
)
{
#ifdef TEST
...
...
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