X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/6ba42f1ebab48a73bb93b6cfc88737d0035a2802..e8bab170981ff0e1cd572107ca4de122d4aafe8c:/src/viktrwlayer.h?ds=sidebyside diff --git a/src/viktrwlayer.h b/src/viktrwlayer.h index 5a1fc02e..d9018c9c 100644 --- a/src/viktrwlayer.h +++ b/src/viktrwlayer.h @@ -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 {