Update the status bar with information about the current song. Definition at line 232 of file gui_playq.c. 00233 { 00234 gui_playq_song_set(fd, paused, timeonly); 00235 00236 #ifdef BUILD_SETPROCTITLE 00237 /* Print same message in ps(1) */ 00238 setproctitle("%s %s%s", str_status, str_song->str, str_time->str); 00239 #endif /* BUILD_SETPROCTITLE */ 00240 00241 gui_playq_statbar_refresh(); 00242 gui_draw_done(); 00243 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3