diff options
author | Mikael Svantesson <mikael@distopic.net> | 2008-12-05 18:35:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-05 18:35:56 +0100 |
commit | 3cff7b547795bdeeea44dc54bc851e70bfc7b40f (patch) | |
tree | 6e8ef272c5b51ccce4eebb79d7a27d814467ce52 /src/command.h | |
parent | 785cb31333a8f0aaedf33af9cba38f012d514453 (diff) | |
download | mpd-3cff7b547795bdeeea44dc54bc851e70bfc7b40f.tar.gz mpd-3cff7b547795bdeeea44dc54bc851e70bfc7b40f.tar.xz mpd-3cff7b547795bdeeea44dc54bc851e70bfc7b40f.zip |
screen_outputs: new screen to control MPD's output devices
The "outputs" screen allows the user to enable or disable MPD's audio
output devices.
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index c3b85c97d..0c928930e 100644 --- a/src/command.h +++ b/src/command.h @@ -58,6 +58,7 @@ typedef enum { CMD_SCREEN_KEYDEF, CMD_SCREEN_HELP, CMD_SCREEN_LYRICS, + CMD_SCREEN_OUTPUTS, CMD_LYRICS_UPDATE, CMD_INTERRUPT, CMD_GO_ROOT_DIRECTORY, |