mirror of
https://github.com/polybar/polybar.git
synced 2024-11-03 04:33:30 -05:00
fix(pulseaudio): add fallthrough marking
This commit is contained in:
parent
d430174f0b
commit
10632178a8
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ int pulseaudio::process_events() {
|
||||||
wait_loop(o, m_mainloop);
|
wait_loop(o, m_mainloop);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// FALLTHRU
|
||||||
// get default sink
|
// get default sink
|
||||||
case evtype::REMOVE:
|
case evtype::REMOVE:
|
||||||
o = pa_context_get_server_info(m_context, get_default_sink_callback, this);
|
o = pa_context_get_server_info(m_context, get_default_sink_callback, this);
|
||||||
|
|
Loading…
Reference in a new issue