chiark / gitweb /
In the web interface only, new 'short' track name part context. This
[disorder] / lib / configuration.h
index e4ac7b93568de92d5a0b2403346ce614abe93778..c5cc2e125fe0a51ef54f4cdfd3455910c0b14e42 100644 (file)
@@ -183,6 +183,7 @@ struct config {
 #define BACKEND_COMMAND 1              /**< Execute a command */
 #define BACKEND_NETWORK 2              /**< Transmit RTP  */
 #define BACKEND_COREAUDIO 3            /**< Use Core Audio (Mac only) */
+#define BACKEND_OSS 4                  /**< Use OSS */
 
   /** @brief Home directory for state files */
   const char *home;
@@ -202,6 +203,9 @@ struct config {
   /** @brief Canonical URL of web interface */
   const char *url;
 
+  /** @brief Short display limit */
+  long short_display;
+
   /** @brief Maximum refresh interval for web interface (seconds) */
   long refresh;