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

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

revision 58 by harbaum, Mon Aug 17 10:51:56 2009 UTC revision 60 by harbaum, Mon Aug 17 19:44:00 2009 UTC
# Line 644  osm_gps_map_draw_gps_point (OsmGpsMap *m Line 644  osm_gps_map_draw_gps_point (OsmGpsMap *m
644    
645  /* most visual effects are hardcoded by now, but may be made */  /* most visual effects are hardcoded by now, but may be made */
646  /* available via properties later */  /* available via properties later */
647  #define BALLOON_AREA_WIDTH           250  #define BALLOON_AREA_WIDTH           290
648  #define BALLOON_AREA_HEIGHT           75  #define BALLOON_AREA_HEIGHT           75
649    
650  #define BALLOON_CORNER_RADIUS         20  #define BALLOON_CORNER_RADIUS         20
# Line 816  osm_gps_map_handle_balloon_click(OsmGpsM Line 816  osm_gps_map_handle_balloon_click(OsmGpsM
816  {  {
817      OsmGpsMapPrivate *priv = map->priv;      OsmGpsMapPrivate *priv = map->priv;
818    
     printf("clocked at %d %d\n", x, y);  
   
819      if (!priv->balloon.valid)      if (!priv->balloon.valid)
820          return;          return;
821    

Legend:
Removed from v.58  
changed lines
  Added in v.60