mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtinfo: improve font recognition.
This commit is contained in:
parent
06460abd36
commit
fbc297e77a
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ FontCache::getxlfd(const char *family, int bold,
|
||||||
int count ;
|
int count ;
|
||||||
char **names = XListFonts(display,
|
char **names = XListFonts(display,
|
||||||
pattern,
|
pattern,
|
||||||
100, // number of fonts to retrieve...sounds good
|
200, // number of fonts to retrieve...sounds good
|
||||||
&count); // number actually retrieved ;
|
&count); // number actually retrieved ;
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue