diff audacious/main.h @ 998:8c6949ffd7f8 trunk

[svn] Support for saving the playback state, and resuming playback after restart. Patch by cha0smaster, closes bug #479.
author chainsaw
date Mon, 01 May 2006 13:53:20 -0700
parents 83a1c8396625
children 21628529c615
line wrap: on
line diff
--- a/audacious/main.h	Mon May 01 08:38:43 2006 -0700
+++ b/audacious/main.h	Mon May 01 13:53:20 2006 -0700
@@ -104,6 +104,8 @@
     gboolean xmms_compat_mode;
     gboolean eq_extra_filtering;
     gint scroll_pl_by;
+    gboolean resume_playback_on_startup;
+    gint resume_playback_on_startup_time;
 };
 
 typedef struct _BmpConfig BmpConfig;