diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 10:12:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-10 10:12:50 +0000 |
commit | b1f67da8b1b0cc93ea54a5c4ae89e6e835657729 (patch) | |
tree | 58a5112492c1b23d03a7bf341d52de37330c9883 /app/xfs/config.cpp | |
parent | ffd564eb05c09caff0dba3c4eb783739645a440e (diff) |
update to xfs 1.1.0.
Diffstat (limited to 'app/xfs/config.cpp')
-rw-r--r-- | app/xfs/config.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/xfs/config.cpp b/app/xfs/config.cpp index cd4a08c57..46680891c 100644 --- a/app/xfs/config.cpp +++ b/app/xfs/config.cpp @@ -1,5 +1,5 @@ -XCOMM font server configuration file -XCOMM $Xorg: config.cpp,v 1.3 2000/08/17 19:54:19 cpqbld Exp $ +XCOMM X font server configuration file +XCOMM See xfs(__appmansuffix__) man page for more information. clone-self = on use-syslog = off @@ -9,7 +9,9 @@ XCOMM in decipoints default-point-size = 120 default-resolutions = 75,75,100,100 +#ifdef FONTCACHE XCOMM font cache control, specified in KB cache-hi-mark = 2048 cache-low-mark = 1433 cache-balance = 70 +#endif /* FONTCACHE */ |