Diff of /trunk/src/osm-gps-map.c

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

revision 230 by harbaum, Thu Oct 29 20:25:11 2009 UTC revision 231 by harbaum, Mon Dec 7 16:14:50 2009 UTC
# Line 1258  osm_gps_map_map_redraw (OsmGpsMap *map) Line 1258  osm_gps_map_map_redraw (OsmGpsMap *map)
1258    
1259      priv->idle_map_redraw = 0;      priv->idle_map_redraw = 0;
1260    
1261    #ifdef ENABLE_OSD
1262      /* don't redraw the entire map while the OSD is doing */      /* don't redraw the entire map while the OSD is doing */
1263      /* some animation or the like. This is to keep the animation */      /* some animation or the like. This is to keep the animation */
1264      /* fluid */      /* fluid */
1265      if (priv->osd->busy(priv->osd))      if (priv->osd->busy(priv->osd))
1266          return FALSE;          return FALSE;
1267    #endif
1268    
1269  #ifdef DRAG_DEBUG  #ifdef DRAG_DEBUG
1270      printf("trying redraw\n");      printf("trying redraw\n");

Legend:
Removed from v.230  
changed lines
  Added in v.231