diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-05-18 10:01:53 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-05-18 10:01:53 +0000 |
commit | 0b74d7f4ee6d448ac811e2741e8cb1ed04f5ce76 (patch) | |
tree | be7bb1cb1020f4022e41c004e2fa9d561ea3580d /navit/xpm/gc_mystery.xpm | |
parent | f46eb419c46011d6d103b7f06cb2c842a2cbe6c9 (diff) | |
download | navit-0b74d7f4ee6d448ac811e2741e8cb1ed04f5ce76.tar.gz |
Fix:Core:Renamed src to navit for cleanup of includes
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1059 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xpm/gc_mystery.xpm')
-rw-r--r-- | navit/xpm/gc_mystery.xpm | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/navit/xpm/gc_mystery.xpm b/navit/xpm/gc_mystery.xpm new file mode 100644 index 000000000..7857292ae --- /dev/null +++ b/navit/xpm/gc_mystery.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *gc_mystery[] = { +/* columns rows colors chars-per-pixel */ +"16 16 18 1", +" c black", +". c #000041", +"X c #003041", +"o c #396500", +"O c #7B0041", +"+ c #414141", +"@ c #00308B", +"# c #0030B4", +"$ c #7B008B", +"% c #7B658B", +"& c #399500", +"* c #009541", +"= c #0095B4", +"- c #7B95B4", +"; c none", +": c #838383", +"> c #BD95B4", +", c #C5C5C5", +/* pixels */ +";;;;;;;;;;;;;;;;", +";;;;;:$$O:;;;;;;", +";;;;+X###%o;;;;;", +";;;:@#XX@#-o;;;;", +";;;*#X,;:@#-;;;;", +";;;*#%O;;X#%;;;;", +";;;>X#%,;X#&;;;;", +";;;;>*$;*#o;;;;;", +";;;;;;;+X+;;;;;;", +";;;;;;,X$;;;;;;;", +";;;;;;$ :;;;;;;;", +";;;;;;,+,;;;;;;;", +";;;;;:.#+:;;;;;;", +";;;;;:X=+:;;;;;;", +";;;;;;:$:;;;;;;;", +";;;;;;;;;;;;;;;;" +}; |