From 9b2e296cb82a5e800e58b3c5eea56f8dd25ae632 Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 1 Feb 2008 11:35:25 +0000 Subject: 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 --- dzen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dzen.h') 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; -- cgit v1.2.3-54-g00ecf