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
2a6fcfc1
Commit
2a6fcfc1
authored
Dec 14, 2016
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rootless.c: improve debugging output
parent
a83022a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Rootless.c
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
+4
-4
No files found.
nx-X11/programs/Xserver/hw/nxagent/Rootless.c
View file @
2a6fcfc1
...
...
@@ -351,14 +351,14 @@ void nxagentRootlessRestack(unsigned long children[], unsigned int nchildren)
for
(
i
=
0
;
i
<
ntoplevel
;
i
++
)
{
fprintf
(
stderr
,
"[%p]
\n
"
,
toplevel
[
i
]);
fprintf
(
stderr
,
"
nxagentRootlessRestack:
[%p]
\n
"
,
toplevel
[
i
]);
}
fprintf
(
stderr
,
"nxagentRootlessRestack: Internal top level windows before restack:"
);
for
(
pWin
=
screenInfo
.
screens
[
0
]
->
root
->
firstChild
;
pWin
!=
NULL
;
pWin
=
pWin
->
nextSib
)
{
fprintf
(
stderr
,
"[%p]
\n
"
,
pWin
);
fprintf
(
stderr
,
"
nxagentRootlessRestack:
[%p]
\n
"
,
pWin
);
}
#endif
...
...
@@ -394,14 +394,14 @@ void nxagentRootlessRestack(unsigned long children[], unsigned int nchildren)
for
(
i
=
0
;
i
<
ntoplevel
;
i
++
)
{
fprintf
(
stderr
,
"[%p]
\n
"
,
toplevel
[
i
]);
fprintf
(
stderr
,
"
nxagentRootlessRestack:
[%p]
\n
"
,
toplevel
[
i
]);
}
fprintf
(
stderr
,
"nxagentRootlessRestack: Internal top level windows after restack:"
);
for
(
pWin
=
screenInfo
.
screens
[
0
]
->
root
->
firstChild
;
pWin
!=
NULL
;
pWin
=
pWin
->
nextSib
)
{
fprintf
(
stderr
,
"[%p]
\n
"
,
pWin
);
fprintf
(
stderr
,
"
nxagentRootlessRestack:
[%p]
\n
"
,
pWin
);
}
#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