aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-02-01 11:35:25 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-02-01 11:35:25 +0000
commit9b2e296cb82a5e800e58b3c5eea56f8dd25ae632 (patch)
tree811baaa5045f71669293029530c8a639913b6a5c /dzen.h
parent5f1b3c5e30343be351bba017acc61ae3af828e25 (diff)
downloaddzen-9b2e296cb82a5e800e58b3c5eea56f8dd25ae632.tar.gz
dzen-9b2e296cb82a5e800e58b3c5eea56f8dd25ae632.zip
added -fn-preload option to preload fonts at startup
^fn() makes use of the preloaded fonts when refenrencing them as dfnt0, dfnt1, ... git-svn-id: http://dzen.googlecode.com/svn/trunk@213 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index ac69ec6..ba4107e 100644
--- a/dzen.h
+++ b/dzen.h
@@ -112,6 +112,7 @@ struct DZEN {
Visual *visual;
GC gc, rgc, tgc;
Fnt font;
+ Fnt fnpl[64];
Bool ispersistent;
Bool tsupdate;