eab3f6024915a08ebe1cce08017271d4a6b142d5
braney
  Fri Mar 28 11:27:14 2025 -0700
draw quickLift lines for indels, make quickLift bigBed querying smarter
about padding

diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index 78a2ed63124..bb376cb79c8 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1843,17 +1843,22 @@
 void printRecTrackSets();
 /* Create dialog with list of recommended track sets */
 
 Color colorFromSoTerm(enum soTerm term);
 /* Assign a Color according to soTerm: red for non-synonymous, green for synonymous, blue for
  * UTR/noncoding, black otherwise. */
 
 void maybeNewFonts(struct hvGfx *hvg);
 /* Check to see if we want to use the alternate font engine (FreeType2). */
 
 Color colorFromCart(struct track *tg, Color color);
 /* Return the RGB color from the cart setting 'colorOverride' or just return color */
 
 unsigned getParaLoadTimeout();
 // get the parallel load timeout in seconds (defaults to 90)
+
+void maybeDrawQuickLiftLines( struct track *tg, int seqStart, int seqEnd,
+                      struct hvGfx *hvg, int xOff, int yOff, int width,
+                      MgFont *font, Color color, enum trackVisibility vis);
+/* Draw the indel regions as a highlight. */
 #endif /* HGTRACKS_H */