60c5496c1df3ae97de10b263e01b7698afbfc743 tdreszer Fri Oct 28 14:28:10 2011 -0700 Eliminated a couple more vars from cart and FINALY got rid of funky comp.view.vis cart name. All vis is not standardized to trackName since view is a track. diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 3beb128..e553601 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1,25 +1,28 @@ /* hui - human genome browser user interface controls that are shared * between more than one CGI. */ #ifndef HUI_H #define HUI_H #include "cart.h" #include "trackDb.h" #include "customTrack.h" #include "wiggle.h" +// This temporary define shouuld be removed after rollout of hgTrackUi subtrack cfg changes +#define SUBTRACK_CFG + struct lineFile; void setUdcCacheDir(); /* set the path to the udc cache dir */ char *hDownloadsServer(); /* get the downloads server from hg.conf or the default */ char *hUserCookie(); /* Return our cookie name. */ char *wrapWhiteFont(char *s); /* Write white font around s */ #define HELP_DIR "/goldenPath/help"