mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Merge /u/l-chang/cdesktopenv1/ branch master into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/28/
This commit is contained in:
commit
a52b78566e
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ CanvasRenderer::_dofont(const FeatureSet &fs, Symbol** symbols)
|
||||||
// if we still can't find one go with whatever.
|
// if we still can't find one go with whatever.
|
||||||
|
|
||||||
else {
|
else {
|
||||||
xlfd = (char*)"-*-*-*-*-*-*-*-*-*-*-*-*-*";
|
xlfd = strdup("-*-*-*-*-*-*-*-*-*-*-*-*-*");
|
||||||
}
|
}
|
||||||
#ifdef FONT_DEBUG
|
#ifdef FONT_DEBUG
|
||||||
fprintf(stderr, "resulting in \"%s\".\n", xlfd);
|
fprintf(stderr, "resulting in \"%s\".\n", xlfd);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue