Code

options: convert timedisplay_type into a bool variable
[ncmpc.git] / src / options.h
index b57ecbaeea555b13d8d05c34645b30e7022d946e..8a0a9d353d0b4a56ba3170d9603907c6e72fff19 100644 (file)
@@ -38,7 +38,7 @@ typedef struct {
        char *scroll_sep;
 #endif
        char **screen_list;
-       char *timedisplay_type;
+       bool display_remaining_time;
        int port;
        int crossfade_time;
        int search_mode;