X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fpulse.c;h=66e6a3d87282db832d7045c7803d15ebc925bc7e;hb=d099a907f6d8255a0d41e1e3fb476722f3ff2673;hp=50999f7c040a009df387b087727dab98e5369bf0;hpb=8d2ef5f99b2ebc08a0a9d1f26492094692b1fc6b;p=i3%2Fi3status diff --git a/src/pulse.c b/src/pulse.c index 50999f7..66e6a3d 100644 --- a/src/pulse.c +++ b/src/pulse.c @@ -14,7 +14,8 @@ typedef struct indexed_volume_s { char *name; uint32_t idx; int volume; - TAILQ_ENTRY(indexed_volume_s) entries; + TAILQ_ENTRY(indexed_volume_s) + entries; } indexed_volume_t; static pa_threaded_mainloop *main_loop = NULL; @@ -23,7 +24,8 @@ static pa_mainloop_api *api = NULL; static bool context_ready = false; static bool mainloop_thread_running = false; static uint32_t default_sink_idx = DEFAULT_SINK_INDEX; -TAILQ_HEAD(tailhead, indexed_volume_s) cached_volume = +TAILQ_HEAD(tailhead, indexed_volume_s) +cached_volume = TAILQ_HEAD_INITIALIZER(cached_volume); static pthread_mutex_t pulse_mutex = PTHREAD_MUTEX_INITIALIZER;