Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Oliver
fontconfig
Commits
7657345c
Commit
7657345c
authored
Nov 22, 2002
by
Keith Packard
Browse files
In debugging output, mark weakly bound values with (w)
parent
02c3d2e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fcdbg.c
View file @
7657345c
/*
* $XFree86: xc/lib/fontconfig/src/fcdbg.c,v 1.
8
2002/08/
19 19:32:05
keithp Exp $
* $XFree86: xc/lib/fontconfig/src/fcdbg.c,v 1.
10
2002/08/
22 18:53:22
keithp Exp $
*
* Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
*
...
...
@@ -64,7 +64,11 @@ void
FcValueListPrint
(
const
FcValueList
*
l
)
{
for
(;
l
;
l
=
l
->
next
)
{
FcValuePrint
(
l
->
value
);
if
(
l
->
binding
==
FcValueBindingWeak
)
printf
(
"(w)"
);
}
}
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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