aboutsummaryrefslogtreecommitdiffstats
path: root/command.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-05 08:56:50 +0000
committerKalle Wallin <kaw@linux.se>2004-04-05 08:56:50 +0000
commitcc10008d7908ddfe9379c94ae0930b182f078046 (patch)
tree6f6e3bc4c41802b3c313c7658c07d523b19572c9 /command.h
parentabf8689484dfd459dbac86fc5a623c854ab2a377 (diff)
downloadmpd-cc10008d7908ddfe9379c94ae0930b182f078046.tar.gz
mpd-cc10008d7908ddfe9379c94ae0930b182f078046.tar.xz
mpd-cc10008d7908ddfe9379c94ae0930b182f078046.zip
Added support for (auto) center/focus playlists.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@604 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index a7e08555b..ba8de80c9 100644
--- a/command.h
+++ b/command.h
@@ -17,6 +17,7 @@ typedef enum
CMD_VOLUME_DOWN,
CMD_SAVE_PLAYLIST,
CMD_TOGGLE_FIND_WRAP,
+ CMD_TOGGLE_AUTOCENTER,
CMD_LIST_PREVIOUS,
CMD_LIST_NEXT,
CMD_LIST_FIRST,