summaryrefslogtreecommitdiff
path: root/apps/dolmetschctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dolmetschctl.c')
-rw-r--r--apps/dolmetschctl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/dolmetschctl.c b/apps/dolmetschctl.c
index 2cffff7..b704109 100644
--- a/apps/dolmetschctl.c
+++ b/apps/dolmetschctl.c
@@ -73,6 +73,12 @@ int main_loop(mixer_t* x, midi_t* m, osc_t* o)
mixer_print_langs(x);
+
+ mixer_switch_lang(x, "en", NULL, NULL);
+ mixer_switch_lang(x, "de", free, &npfds);
+
+ mixer_print_tasks(x);
+
printf("main_loop running with %d pollfds...\n", npfds);
for (;;) {
int err = poll(pfds, npfds, 200);