e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/hgTracks/imageV2.h src/hg/hgTracks/imageV2.h index 07155c7..06b8711 100644 --- src/hg/hgTracks/imageV2.h +++ src/hg/hgTracks/imageV2.h @@ -1,17 +1,20 @@ // imageV2 - API for creating the image V2 features. +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef IMAGEV2_H #define IMAGEV2_H // DRAG_SCROLL means dragging the image left-right to reposition the viewing window on the chrom. // NOTE: 1x works fine and is released. Set IMAGEv2_DRAG_SCROLL_SZ > 1 (3=3x) // to see hidden image while dragging. #define IMAGEv2_DRAG_SCROLL_SZ 1 #if defined(IMAGEv2_DRAG_SCROLL_SZ) && (IMAGEv2_DRAG_SCROLL_SZ > 1) #define IMAGEv2_SHORT_MAPITEMS //#define IMAGEv2_SHORT_TOGGLE //#define IMAGEv2_NO_LEFTLABEL_ON_FULL // Because the sideLabel clipping will leave a no longer needed label // aligned with the centerLabel, we will need to either: remove sideLabels // (which otherwise work) OR add a new side-slice to match the centerlabel