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
e0e602cf
Commit
e0e602cf
authored
Oct 22, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GC.c: fix format specifiers and parameters
parent
9d1a1213
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GC.c
nx-X11/programs/Xserver/hw/nxagent/GC.c
+2
-2
No files found.
nx-X11/programs/Xserver/hw/nxagent/GC.c
View file @
e0e602cf
...
...
@@ -469,7 +469,7 @@ void nxagentCopyGC(GCPtr pGCSrc, unsigned long mask, GCPtr pGCDst)
{
#ifdef TEST
fprintf
(
stderr
,
"nxagentCopyGC: Copying the GC with source at [%p] destination "
"at [%p] mask [%lu].
\n
"
,
pGCSrc
,
pGCDst
,
mask
);
"at [%p] mask [%lu].
\n
"
,
(
void
*
)
pGCSrc
,
(
void
*
)
pGCDst
,
mask
);
#endif
/*
...
...
@@ -888,7 +888,7 @@ int nxagentDestroyNewGCResourceType(void * p, XID id)
*/
#ifdef TEST
fprintf
(
stderr
,
"nxagentDestroyNewGCResourceType: Destroying mirror id [%
ld
] for GC at [%p].
\n
"
,
fprintf
(
stderr
,
"nxagentDestroyNewGCResourceType: Destroying mirror id [%
u
] for GC at [%p].
\n
"
,
nxagentGCPriv
((
GCPtr
)
p
)
->
mid
,
(
void
*
)
p
);
#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