1028183b63771ec4f9f23fdc4edeabf649ff14c4
kate
  Wed Oct 10 14:01:31 2018 -0700
Finish implementation of split labels in pack mode. refs #21917

diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index b987e00..f406aee 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1652,17 +1652,21 @@
 /* add text to track long label to indicate filter is active */
 
 void setupHotkeys(boolean gotExtTools);
 /* setup keyboard shortcuts and a help dialog for it */
 
 void calcWiggleOrdering(struct cart *cart, struct flatTracks *flatTracks);
 
 void bedPlusLabelDrawAt(struct track *tg, void *item, struct hvGfx *hvg, int xOff, int y,
 			       double scale, MgFont *font, Color color, enum trackVisibility vis);
 /* Draw a single bed item at position.  If vis is full, draw the associated label to the left
  * of the item. */
 
 Color blackItemNameColor(struct track *tg, void *item, struct hvGfx *hvg);
 /* Force item name (label) color to black */
 
+void linkedFeaturesMapItem(struct track *tg, struct hvGfx *hvg, void *item,
+				char *itemName, char *mapItemName, int start, int end,
+				int x, int y, int width, int height);
+
 #endif /* HGTRACKS_H */