Mercurial > audlegacy
diff src/audacious/ui_main.h @ 2769:bf2d80abf76e trunk
[svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started.
| author | magma |
|---|---|
| date | Sun, 13 May 2007 18:38:53 -0700 |
| parents | 4d5e6a8717dd |
| children | 91ef09fe7936 |
line wrap: on
line diff
--- a/src/audacious/ui_main.h Sun May 13 11:57:18 2007 -0700 +++ b/src/audacious/ui_main.h Sun May 13 18:38:53 2007 -0700 @@ -148,6 +148,7 @@ void mainwin_set_song_info(gint rate, gint freq, gint nch); void mainwin_clear_song_info(void); void mainwin_set_stopaftersong(gboolean stop); +void mainwin_set_noplaylistadvance(gboolean no_advance); void mainwin_set_always_on_top(gboolean always); void mainwin_set_volume_diff(gint diff);
