diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-21 00:09:18 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-21 00:09:18 +0000 |
commit | 120abca14eb6b0a23c586d996fe5ab62420d9b85 (patch) | |
tree | c3ea628806f8a809b6d62a08e70c364a573263d8 | |
parent | 2837461144dcfbb62fa2ba7b22cde9ca8b579393 (diff) | |
download | xine-lib-120abca14eb6b0a23c586d996fe5ab62420d9b85.tar.gz xine-lib-120abca14eb6b0a23c586d996fe5ab62420d9b85.tar.bz2 |
Safe bits from vdr-xine 0.7.10.
CVS patchset: 8429
CVS date: 2006/12/21 00:09:18
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 0605ba7a9..c9ca409fc 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.161 2006/12/19 21:12:44 dsalt Exp $ + * $Id: xine.h.in,v 1.162 2006/12/21 00:09:18 dsalt Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1580,6 +1580,7 @@ void xine_config_reset (xine_t *self) XINE_PROTECTED; #define XINE_EVENT_VDR_MUTE 331 #define XINE_EVENT_VDR_AUDIO 332 #define XINE_EVENT_VDR_INFO 333 +#define XINE_EVENT_VDR_CHANNELPREVIOUS 334 /* some space for further keys */ #define XINE_EVENT_VDR_SETVIDEOWINDOW 350 #define XINE_EVENT_VDR_FRAMESIZECHANGED 351 |