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
ffc363c5
You need to sign in or sign up before continuing.
Commit
ffc363c5
authored
Jan 05, 2018
by
Ulrich Sibiller
Committed by
Mike Gabriel
Feb 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split.c: make nxagentWaitDrawable TEST messages look like all the others
parent
e3d749f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Split.c
nx-X11/programs/Xserver/hw/nxagent/Split.c
+5
-5
No files found.
nx-X11/programs/Xserver/hw/nxagent/Split.c
View file @
ffc363c5
...
...
@@ -734,7 +734,7 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
if
(
pResource
==
NULL
)
{
#ifdef TEST
fprintf
(
stderr
,
"
++++++
nxagentWaitDrawable: WARNING! The drawable at [%p] is already awake.
\n
"
,
fprintf
(
stderr
,
"nxagentWaitDrawable: WARNING! The drawable at [%p] is already awake.
\n
"
,
(
void
*
)
pDrawable
);
#endif
...
...
@@ -742,7 +742,7 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
}
#ifdef TEST
fprintf
(
stderr
,
"
++++++
nxagentWaitDrawable: Waiting drawable at [%p] with resource [%d].
\n
"
,
fprintf
(
stderr
,
"nxagentWaitDrawable: Waiting drawable at [%p] with resource [%d].
\n
"
,
(
void
*
)
pDrawable
,
pResource
->
split
);
#endif
...
...
@@ -786,12 +786,12 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
if
(
NXDisplayError
(
nxagentDisplay
)
==
1
)
{
fprintf
(
stderr
,
"
++++++
nxagentWaitDrawable: WARNING! Display error detected while "
fprintf
(
stderr
,
"nxagentWaitDrawable: WARNING! Display error detected while "
"waiting for the drawable.
\n
"
);
}
else
{
fprintf
(
stderr
,
"
++++++
nxagentWaitDrawable: Drawable at [%p] can now be restarted.
\n
"
,
fprintf
(
stderr
,
"nxagentWaitDrawable: Drawable at [%p] can now be restarted.
\n
"
,
(
void
*
)
pDrawable
);
}
...
...
@@ -801,7 +801,7 @@ void nxagentWaitDrawable(DrawablePtr pDrawable)
}
#ifdef TEST
fprintf
(
stderr
,
"
++++++
nxagentWaitDrawable: Yielding control to the NX transport.
\n
"
);
fprintf
(
stderr
,
"nxagentWaitDrawable: Yielding control to the NX transport.
\n
"
);
#endif
nxagentWaitEvents
(
nxagentDisplay
,
NULL
);
...
...
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