~foxtrotgps-team/foxtrotgps/trunk

« back to all changes in this revision

Viewing changes to src/tracks.c

  • Committer: Joshua Judson Rosen
  • Author(s): Vita Cizek
  • Date: 2012-10-12 03:31:34 UTC
  • Revision ID: rozzin@geekspace.com-20121012033134-5zdw25eevwf0wzi8
Rename print_track() to paint_track()
for consistency with the other paint-functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
}
57
57
 
58
58
void
59
 
print_track()
 
59
paint_track()
60
60
{       
61
61
        GList *list;
62
62
        int pixel_x, pixel_y, x,y, last_x = 0, last_y = 0;