summaryrefslogtreecommitdiff
path: root/navit/layout.h
diff options
context:
space:
mode:
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-08-21 14:42:51 +0000
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-08-21 14:42:51 +0000
commitdd5847b56122a83278bfdcc006907791c9b27a91 (patch)
treedf8f3493725ab219a7ad6bc8049d20c04ef3767f /navit/layout.h
parentd1111c31339a999c1eba5d559b446477e6c2d65d (diff)
downloadnavit-svn-dd5847b56122a83278bfdcc006907791c9b27a91.tar.gz
Fix:Tickets 141 & 182:Make fonts configurable from the xml file, and change default fonts to Sans instead of Mono. Thanks Sarah & Nekohayo for the patches
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1288 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/layout.h')
-rw-r--r--navit/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/layout.h b/navit/layout.h
index 5d970523..e6417d8b 100644
--- a/navit/layout.h
+++ b/navit/layout.h
@@ -62,7 +62,7 @@ struct color;
struct layer { char *name; int details; GList *itemtypes; };
-struct layout { char *name; struct color color; GList *layers; int order_delta; };
+struct layout { char *name; char *font; struct color color; GList *layers; int order_delta; };
/* prototypes */
enum item_type;