summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2005-04-21 21:50:42 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2005-04-21 21:50:42 +0000
commit43716b6d5a8c2dd06c375ef46cadb9d2708abef6 (patch)
tree2856b3a88801ee545466755deb4c06cd23f92080
parent058c3082bbade876e840fb63b584c31a67c646ac (diff)
downloadxine-lib-43716b6d5a8c2dd06c375ef46cadb9d2708abef6.tar.gz
xine-lib-43716b6d5a8c2dd06c375ef46cadb9d2708abef6.tar.bz2
**BUGFIX**
Add support for VDR's AUDIO key. [Reinhard Nissl] CVS patchset: 7482 CVS date: 2005/04/21 21:50:42
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 44a6b6969..ae0a37c66 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.139 2005/02/09 20:03:18 tmattern Exp $
+ * $Id: xine.h.in,v 1.140 2005/04/21 21:50:42 dsalt Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1490,6 +1490,7 @@ void xine_config_reset (xine_t *self);
#define XINE_EVENT_VDR_VOLPLUS 329
#define XINE_EVENT_VDR_VOLMINUS 330
#define XINE_EVENT_VDR_MUTE 331
+#define XINE_EVENT_VDR_AUDIO 332
/* some space for further keys */
#define XINE_EVENT_VDR_SETVIDEOWINDOW 350
#define XINE_EVENT_VDR_FRAMESIZECHANGED 351