1291f2242d9627684efaa88259c1c09f5e7c1b10
braney
  Thu Apr 4 07:19:11 2019 -0700
some lollipop code leaked out on my last commit, so here's more leakage!

diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h
index eead786..a8abc43 100644
--- src/hg/hgTracks/lolly.h
+++ src/hg/hgTracks/lolly.h
@@ -1,14 +1,16 @@
 
 /* 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
 
 
-/*	lollyOptions structure */
-struct lollyOptions
+/*	lollyCartOptions structure */
+struct lollyCartOptions
     {
+    int height;
+    double upperLimit, lowerLimit;
     };
 #endif