Code

Crossfade time can now be definied in the rc file (crossfade-time)
[ncmpc.git] / src / options.h
index 1a4e4b61e7b4d8ecc0d1b89ba3c505392e77e896..e4d61e87828a2c0b941d94d2171e666bab2c2baf 100644 (file)
@@ -13,6 +13,7 @@ typedef struct
   char *status_format;
   char *xterm_title_format;
   int   port;
+  int   crossfade_time;
   gboolean reconnect;
   gboolean debug;
   gboolean find_wrap;