diff options
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h new file mode 100644 index 0000000..3003bbb --- /dev/null +++ b/src/common-defs.h @@ -0,0 +1,4 @@ +/* constants used for signals on the dbus. This file is shared between client and server implementation */ + +#define SIGNAL_SINK_INPUT_WHILE_MUTED "SinkInputWhileMuted" + |