src/hg/hgc/hgc.h 1.44
1.44 2009/02/10 05:13:19 kent
Making this handle clicks from bigWig custom tracks.
Index: src/hg/hgc/hgc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -b -B -U 4 -r1.43 -r1.44
--- src/hg/hgc/hgc.h 7 Feb 2009 06:27:56 -0000 1.43
+++ src/hg/hgc/hgc.h 10 Feb 2009 05:13:19 -0000 1.44
@@ -148,8 +148,11 @@
void genericBigWigClick(struct sqlConnection *conn, struct trackDb *tdb,
char *item, int start);
/* Display details for BigWig tracks. */
+void bigWigCustomClick(struct trackDb *tdb);
+/* Display details for BigWig custom tracks. */
+
void genericBigBedClick(struct sqlConnection *conn, struct trackDb *tdb,
char *item, int start, int bedSize);
/* Handle click in generic bigBed track. */