From 847ca4193e3fbc5b27285979888ab364bbf1792e Mon Sep 17 00:00:00 2001 From: Adam Simpkins Date: Wed, 9 Jan 2013 11:52:01 -0800 Subject: Add play and pause commands Add commands that always play and always pause, in addition to the current toggle pause command. Closes #342. --- src/ui_act.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ui_act.h') diff --git a/src/ui_act.h b/src/ui_act.h index d225556..3e6c4c5 100644 --- a/src/ui_act.h +++ b/src/ui_act.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2011 +Copyright (c) 2008-2013 Lars-Dominik Braun Permission is hereby granted, free of charge, to any person obtaining a copy @@ -45,7 +45,9 @@ BarUiActCallback(BarUiActStationFromGenre); BarUiActCallback(BarUiActSongInfo); BarUiActCallback(BarUiActLoveSong); BarUiActCallback(BarUiActSkipSong); +BarUiActCallback(BarUiActPlay); BarUiActCallback(BarUiActPause); +BarUiActCallback(BarUiActTogglePause); BarUiActCallback(BarUiActRenameStation); BarUiActCallback(BarUiActSelectStation); BarUiActCallback(BarUiActTempBanSong); -- cgit v1.2.3