Code

screen: rename screen_refresh() to screen_paint()
[ncmpc.git] / src / main.c
index 88660de05842e12fc4258c58da3a45f13547bb70..a5a803f04104163562c514ffa88e9ab7281e2d44 100644 (file)
@@ -430,7 +430,7 @@ main(int argc, const char *argv[])
                g_timeout_add_seconds(10, timer_check_key_bindings, NULL);
 #endif
 
-       screen_paint(mpd);
+       screen_paint(mpd, true);
 
        g_main_loop_run(main_loop);
        g_main_loop_unref(main_loop);