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
827defa1
Commit
827defa1
authored
Sep 06, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display.c: remove blank lines
parent
462ad036
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
Display.c
nx-X11/programs/Xserver/hw/nxagent/Display.c
+0
-11
No files found.
nx-X11/programs/Xserver/hw/nxagent/Display.c
View file @
827defa1
...
...
@@ -1934,7 +1934,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
"is [%d], former default depth value is [%d].
\n
"
,
tolerance
,
ToleranceChecksBypass
,
dDepth
,
nxagentDefaultDepthRecBackup
);
#endif
return
1
;
}
...
...
@@ -1944,7 +1943,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
fprintf
(
stderr
,
"nxagentCheckForDefaultDepthCompatibility: New default depth [%d] "
"matches with old default depth.
\n
"
,
dDepth
);
#endif
return
1
;
}
else
if
((
ToleranceChecksSafe
<=
tolerance
)
&&
(
nxagentDefaultDepthRecBackup
<
dDepth
))
...
...
@@ -1954,7 +1952,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
"higher than the old default depth [%d] at tolerance [%u].
\n
"
,
dDepth
,
nxagentDefaultDepthRecBackup
,
tolerance
);
#endif
return
1
;
}
else
...
...
@@ -1964,7 +1961,6 @@ static int nxagentCheckForDefaultDepthCompatibility(void)
"doesn't match with old default depth [%d] at tolerance [%u].
\n
"
,
dDepth
,
nxagentDefaultDepthRecBackup
,
tolerance
);
#endif
return
0
;
}
}
...
...
@@ -1998,7 +1994,6 @@ static int nxagentCheckForDepthsCompatibility(void)
"is [%d], number of old depths is [%d].
\n
"
,
tolerance
,
ToleranceChecksBypass
,
nxagentNumDepths
,
nxagentNumDepthsRecBackup
);
#endif
return
1
;
}
...
...
@@ -2010,7 +2005,6 @@ static int nxagentCheckForDepthsCompatibility(void)
"depths [%d].
\n
"
,
nxagentNumDepths
,
nxagentNumDepthsRecBackup
);
#endif
return
0
;
}
...
...
@@ -2022,7 +2016,6 @@ static int nxagentCheckForDepthsCompatibility(void)
"lower than number of old depths [%d].
\n
"
,
tolerance
,
nxagentNumDepths
,
nxagentNumDepthsRecBackup
);
#endif
return
0
;
}
...
...
@@ -2155,7 +2148,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void)
"pixmap formats is [%d], number of externally available pixmap formats is [%d].
\n
"
,
tolerance
,
ToleranceChecksBypass
,
nxagentNumPixmapFormats
,
nxagentRemoteNumPixmapFormats
);
#endif
return
1
;
}
...
...
@@ -2166,7 +2158,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void)
"of internal pixmap formats [%d] doesn't match with number of remote formats [%d].
\n
"
,
nxagentNumPixmapFormats
,
nxagentRemoteNumPixmapFormats
);
#endif
return
0
;
}
...
...
@@ -2177,7 +2168,6 @@ static int nxagentCheckForPixmapFormatsCompatibility(void)
"and number of internal pixmap formats [%d] higher than number of external formats [%d].
\n
"
,
tolerance
,
nxagentNumPixmapFormats
,
nxagentRemoteNumPixmapFormats
);
#endif
return
0
;
}
...
...
@@ -2368,7 +2358,6 @@ static int nxagentCheckForColormapsCompatibility(int flexibility)
fprintf
(
stderr
,
"nxagentCheckForColormapsCompatibility: Number of new colormaps [%d] "
"matches with old colormaps.
\n
"
,
nxagentNumDefaultColormaps
);
#endif
return
1
;
}
else
...
...
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