Diff of /trunk/src/icons.c

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

revision 51 by harbaum, Wed Aug 12 12:16:05 2009 UTC revision 53 by harbaum, Wed Aug 12 19:18:53 2009 UTC
# Line 18  Line 18 
18   */   */
19    
20  #include "gpxview.h"  #include "gpxview.h"
21    #include <math.h>     // for isnan()
22    
23  struct icon_data {  struct icon_data {
24    GdkPixbuf **data;    GdkPixbuf **data;

Legend:
Removed from v.51  
changed lines
  Added in v.53