5a0c503437e66042ee9845d3859c94a59c6701b5
larrym
  Tue Oct 12 23:33:17 2010 -0700
add track parameter to mapBoxJumpTo
diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h
index f80fe0a..a64d852 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -469,7 +469,7 @@
 /* Print out image map rectangle that would invoke this program again.
  * program with the current track expanded. */
 
-void mapBoxJumpTo(struct hvGfx *hvg, int x, int y, int width, int height,
+void mapBoxJumpTo(struct hvGfx *hvg, int x, int y, int width, int height, struct track *toggleGroup,
 		  char *newChrom, int newStart, int newEnd, char *message);
 /* Print out image map rectangle that would invoke this program again
  * at a different window. */