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
1251e834
Commit
1251e834
authored
Jan 04, 2021
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rootless.c: prevent PVS error
"V547 Expression 'wmHints.input == 1' is always true."
parent
c1cae3c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Rootless.c
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
+2
-1
No files found.
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
View file @
1251e834
...
@@ -502,7 +502,8 @@ int nxagentExportProperty(WindowPtr pWin,
...
@@ -502,7 +502,8 @@ int nxagentExportProperty(WindowPtr pWin,
nxagentPropWMHints
propHints
=
{
nxagentPropWMHints
propHints
=
{
.
flags
=
wmHints
.
flags
,
.
flags
=
wmHints
.
flags
,
.
input
=
(
wmHints
.
input
==
True
?
1
:
0
),
/*.input = (wmHints.input == True ? 1 : 0), is always True*/
.
input
=
1
,
.
initialState
=
wmHints
.
initial_state
,
.
initialState
=
wmHints
.
initial_state
,
.
iconPixmap
=
wmHints
.
icon_pixmap
,
.
iconPixmap
=
wmHints
.
icon_pixmap
,
.
iconWindow
=
wmHints
.
icon_window
,
.
iconWindow
=
wmHints
.
icon_window
,
...
...
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