c9d5c3eeb09a866dbc81d9732431c6ff0c096666
chmalee
  Sun Jun 7 15:46:27 2020 -0700
Add maxWindowToDraw trackDb support to vcfPhasedTrio and limit 1000G phased trio track to 5MB. Also change up some of the UI labels, refs #25582

diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index 3fb8c55..c5db9eb 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1520,30 +1520,32 @@
 #define SMALLBUF 128
 #define LARGEBUF 256
 /* and for dyStringNew */
 #define SMALLDYBUF 64
 
 char *trackUrl(char *mapName, char *chromName);
 /* Return hgTrackUi url; chromName is optional. */
 
 void bedDetailCtMethods (struct track *tg, struct customTrack *ct);
 /* Load bedDetail track from custom tracks as bed or linked features */
 
 void pgSnpMethods (struct track *tg);
 /* Personal Genome SNPs: show two alleles with stacked color bars for base alleles and
  * (if available) allele counts in mouseover. */
 
+int pgSnpHeight(struct track *tg, enum trackVisibility vis);
+
 void pgSnpCtMethods (struct track *tg);
 /* Load pgSnp track from custom tracks */
 
 void pgSnpMapItem(struct track *tg, struct hvGfx *hvg, void *item, char *itemName,
 		  char *mapItemName, int start, int end, int x, int y, int width, int height);
 /* create a special map box item with different pop-up statusLine with allele counts */
 
 void gvfMethods(struct track *tg);
 /* Load GVF variant data. */
 
 void gtexGeneMethods(struct track *tg);
 /* Gene-Tissue Expression (GTEX) gene track*/
 
 void messageLineMethods(struct track *track);
 /* Methods for drawing a single-height message line instead of track items,