Diff of /trunk/src/settings.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 155 by harbaum, Sun Dec 21 11:49:35 2008 UTC revision 156 by harbaum, Wed Apr 1 12:47:35 2009 UTC
# Line 51  static store_t store[] = { Line 51  static store_t store[] = {
51    /* style */    /* style */
52    { "style",            STORE_STRING, OFFSET(style)        },    { "style",            STORE_STRING, OFFSET(style)        },
53    
54    /* map */    /* main */
55    { "no_icons",         STORE_BOOL,   OFFSET(no_icons)     },    { "no_icons",         STORE_BOOL,   OFFSET(no_icons)     },
56    { "no_antialias",     STORE_BOOL,   OFFSET(no_antialias) },    { "no_antialias",     STORE_BOOL,   OFFSET(no_antialias) },
57      { "track_path",       STORE_STRING, OFFSET(track_path)   },
58      { "enable_gps",       STORE_BOOL,   OFFSET(enable_gps)   },
59      { "follow_gps",       STORE_BOOL,   OFFSET(follow_gps)   },
60    
61    { NULL, -1, -1 }    { NULL, -1, -1 }
62  };  };

Legend:
Removed from v.155  
changed lines
  Added in v.156