Code

screen: moved code to status_bar.c
[ncmpc.git] / src / screen.h
index 57214c507435bef87a821d3659f137405c0051d1..b0f53c7c1b9a5bd5db15b10202b22c9c0daefc00 100644 (file)
@@ -25,6 +25,7 @@
 #include "window.h"
 #include "title_bar.h"
 #include "progress_bar.h"
+#include "status_bar.h"
 
 #include <mpd/client.h>
 
@@ -48,11 +49,10 @@ struct screen {
        struct title_bar title_bar;
        struct window main_window;
        struct progress_bar progress_bar;
-       struct window status_window;
+       struct status_bar status_bar;
 
        /* GTime is equivalent to time_t */
        GTime start_timestamp;
-       GTime status_timestamp;
 
        unsigned cols, rows;