]> git.street.me.uk Git - andy/viking.git/blobdiff - src/viktrwlayer.h
Mapnik library needs full filename for the configuration file.
[andy/viking.git] / src / viktrwlayer.h
index 5a1fc02e263c761ccb01511aadb33e7da0ee8494..d9018c9c4041c9f5421ce48048f27aa840216ebb 100644 (file)
@@ -111,6 +111,10 @@ void trw_layer_cancel_tps_of_track ( VikTrwLayer *vtl, VikTrack *trk );
 
 void vik_trw_layer_reset_waypoints ( VikTrwLayer *vtl );
 
+void vik_trw_layer_draw_highlight ( VikTrwLayer *vtl, VikViewport *vvp );
+void vik_trw_layer_draw_highlight_item ( VikTrwLayer *vtl, VikTrack *trk, VikWaypoint *wpt, VikViewport *vvp );
+void vik_trw_layer_draw_highlight_items ( VikTrwLayer *vtl, GHashTable *trks, GHashTable *wpts, VikViewport *vvp );
+
 // For creating a list of tracks with the corresponding layer it is in
 //  (thus a selection of tracks may be from differing layers)
 typedef struct {