dff3f2a22bb375a6ec0eb38ab29b8bdc1e0de9d2
braney
  Thu May 9 11:47:45 2019 -0700
fix filters on bigBeds with over 32 fields.  Fix justification of dense
left label on gdcCancer track

diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h
index 111fda8..b78fb06 100644
--- src/hg/hgTracks/lolly.h
+++ src/hg/hgTracks/lolly.h
@@ -1,19 +1,21 @@
 
 /* lolly.h - stuff unique to lollipop charts */
 
 /* Copyright (C) 2019 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 #ifndef LOLLY_H
 #define LOLLY_H
 
 
 /*	lollyCartOptions structure */
 struct lollyCartOptions
     {
     int height;
     double upperLimit, lowerLimit;
     double minY, maxY;
     enum wiggleScaleOptEnum autoScale;
     int radius;
+    int wordCount;
+    char **words;
     };
 #endif