comparison audacious/main.h @ 1146:7e208feb36a2 trunk

[svn] - new global variable `output_buffer_size', replaces all of the per-plugin buffer sizes
author nenolod
date Sun, 04 Jun 2006 21:21:33 -0700
parents 4be4d74db123
children ff71f891265b
comparison
equal deleted inserted replaced
1145:343e06eaef5f 1146:7e208feb36a2
107 gboolean resume_playback_on_startup; 107 gboolean resume_playback_on_startup;
108 gint resume_playback_on_startup_time; 108 gint resume_playback_on_startup_time;
109 gboolean show_separator_in_pl; 109 gboolean show_separator_in_pl;
110 gchar *chardet_detector; 110 gchar *chardet_detector;
111 gchar *chardet_fallback; 111 gchar *chardet_fallback;
112 gint output_buffer_size;
112 }; 113 };
113 114
114 typedef struct _BmpConfig BmpConfig; 115 typedef struct _BmpConfig BmpConfig;
115 116
116 enum { 117 enum {