1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 16:46:46 +02:00

add audio settings for conf file

This commit is contained in:
Jfreegman
2014-04-08 17:20:21 -04:00
parent 9fbf7bd1c1
commit 4643996c3a
6 changed files with 69 additions and 22 deletions

View File

@ -20,13 +20,15 @@
*
*/
#define NUM_SETTINGS 3
#define NUM_SETTINGS 5
/* holds user setting values */
struct user_settings {
int autolog; /* boolean */
int time; /* 12 or 24 */
int colour_theme; /* boolean (0 for default toxic colours) */
int autolog; /* boolean */
int time; /* 12 or 24 */
int colour_theme; /* boolean (0 for default toxic colours) */
long int audio_in_dev;
long int audio_out_dev;
};
enum {