summaryrefslogtreecommitdiffhomepage
path: root/src/lingot-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lingot-config.h')
-rw-r--r--src/lingot-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-config.h b/src/lingot-config.h
index 157baa6..6324a6a 100644
--- a/src/lingot-config.h
+++ b/src/lingot-config.h
@@ -27,7 +27,7 @@
#include "lingot-config-scale.h"
typedef enum audio_system_t {
- AUDIO_SYSTEM_OSS = 0, AUDIO_SYSTEM_ALSA = 1, AUDIO_SYSTEM_JACK = 2
+ AUDIO_SYSTEM_OSS = 0, AUDIO_SYSTEM_ALSA = 1, AUDIO_SYSTEM_JACK = 2, AUDIO_SYSTEM_PORTAUDIO = 3
} audio_system_t;
typedef enum window_type_t {