From ef34d465945a565c8bf02931677131b43f930493 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 27 Jan 2024 19:58:39 +0100 Subject: Start working on pipe_chan --- alsa/src/communication.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alsa/src/communication.rs') diff --git a/alsa/src/communication.rs b/alsa/src/communication.rs index be11dd8..b55a786 100644 --- a/alsa/src/communication.rs +++ b/alsa/src/communication.rs @@ -1,6 +1,9 @@ use std::sync::mpsc::*; use swaystatus_plugin::*; +pub(crate) mod pipe_chan; + +#[repr(C)] pub enum MessagesFromMain { Quit, Refresh -- cgit v1.2.3