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
7882a39a
Unverified
Commit
7882a39a
authored
Dec 11, 2017
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uli42-pr/fix_shadow_warning' into 3.6.x
Attributes GH PR #594:
https://github.com/ArcticaProject/nx-libs/pull/594
parents
29bb1231
018c557c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
configure.ac
nx-X11/lib/configure.ac
+3
-0
configure.ac
nxcomp/configure.ac
+3
-0
Loop.cpp
nxcomp/src/Loop.cpp
+2
-2
configure.ac
nxcompshad/configure.ac
+3
-0
No files found.
nx-X11/lib/configure.ac
View file @
7882a39a
...
...
@@ -44,6 +44,9 @@ X11_EXTRA_DEPS=""
AC_SUBST(X11_EXTRA_DEPS)
# Silence warning: ar: 'u' modifier ignored since 'D' is the default
AC_SUBST(AR_FLAGS, [cr])
# Issue an error if nx-xtrans.m4 was not found and NX_XTRANS_CONNECTION_FLAGS macro
# was not expanded, since libNX_X11 with no transport types is rather useless.
m4_pattern_forbid([^NX_XTRANS_CONNECTION_FLAGS$])
...
...
nxcomp/configure.ac
View file @
7882a39a
...
...
@@ -25,6 +25,9 @@ AC_SUBST([COMP_VERSION])
LT_COMP_VERSION=[`echo $COMP_VERSION | sed -r -e 's/^([0-9]+\.[0-9]+\.[0-9]+).*$/\1/' -e 's/\./:/g'`]
AC_SUBST([LT_COMP_VERSION])
# Silence warning: ar: 'u' modifier ignored since 'D' is the default
AC_SUBST(AR_FLAGS, [cr])
# Upstream's pkg.m4 (since 0.27) offers this now, but define our own
# compatible version in case the local version of pkgconfig isn't new enough.
# https://bugs.freedesktop.org/show_bug.cgi?id=48743
...
...
nxcomp/src/Loop.cpp
View file @
7882a39a
...
...
@@ -14079,9 +14079,9 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet,
static
void
handleCheckResultInLoop
(
int
&
resultFDs
,
int
&
errorFDs
,
int
&
setFDs
,
fd_set
&
readSet
,
fd_set
&
writeSet
,
struct
timeval
&
selectTs
,
struct
timeval
&
startTs
)
struct
timeval
&
p
startTs
)
{
int
diffTs
=
diffTimestamp
(
startTs
,
getNewTimestamp
());
int
diffTs
=
diffTimestamp
(
p
startTs
,
getNewTimestamp
());
if
(
diffTs
>=
(
control
->
PingTimeout
-
...
...
nxcompshad/configure.ac
View file @
7882a39a
...
...
@@ -25,6 +25,9 @@ AC_SUBST([COMPSHAD_VERSION])
LT_COMPSHAD_VERSION=[`echo $COMPSHAD_VERSION | sed -r -e 's/^([0-9]+\.[0-9]+\.[0-9]+).*$/\1/' -e 's/\./:/g'`]
AC_SUBST([LT_COMPSHAD_VERSION])
# Silence warning: ar: 'u' modifier ignored since 'D' is the default
AC_SUBST(AR_FLAGS, [cr])
PKG_CHECK_MODULES(Xext, xext)
PKG_CHECK_MODULES(Xdamage, xdamage)
PKG_CHECK_MODULES(Xrandr, xrandr)
...
...
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