summaryrefslogtreecommitdiff
path: root/navit/layout.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-12 16:25:25 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-12 16:25:25 +0000
commit770c0dae922ff5f79c8939d02081d718637ee980 (patch)
tree3c2b1e7efc89ac30371920ecba6a6f6ae92d6e85 /navit/layout.h
parentb7e166eb030b3a07d89649288605f2b0d8be5fa9 (diff)
downloadnavit-770c0dae922ff5f79c8939d02081d718637ee980.tar.gz
Add:Core:Support for automatic day night switching|Thanks chollya
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2746 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 1b2f1c09d..ef5fd1062 100644
--- a/navit/layout.h
+++ b/navit/layout.h
@@ -71,7 +71,7 @@ struct cursor {
int interval;
};
-struct layout { char *name; char *font; struct color color; GList *layers; GList *cursors; int order_delta; };
+struct layout { char *name; char* dayname; char* nightname; char *font; struct color color; GList *layers; GList *cursors; int order_delta; };
/* prototypes */
struct layout *layout_new(struct attr *parent, struct attr **attrs);