From 47f75c1fbd231b53f19143b6420fee9b53d7591d Mon Sep 17 00:00:00 2001 From: martin-s Date: Thu, 6 Nov 2008 13:45:21 +0000 Subject: Add:Core:Made cursor configurable via navit.xml git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1653 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/projection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'navit/projection.h') diff --git a/navit/projection.h b/navit/projection.h index 1cd703f5..01317bc7 100644 --- a/navit/projection.h +++ b/navit/projection.h @@ -21,7 +21,7 @@ #define NAVIT_PROJECTION_H enum projection { - projection_none, projection_mg, projection_garmin + projection_none, projection_mg, projection_garmin, projection_screen, }; enum map_datum { -- cgit v1.2.1