diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-01-28 00:09:45 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-01-28 00:09:45 +0000 |
commit | 2b807d342d16a00bb07e2aabf1c2a3d99bb39b63 (patch) | |
tree | 7b3756a664ce3e3812adb6c9d6639b5b340f1592 | |
parent | 48a592e0807619801a41cba4471fa8fc5feacf19 (diff) | |
download | xine-lib-2b807d342d16a00bb07e2aabf1c2a3d99bb39b63.tar.gz xine-lib-2b807d342d16a00bb07e2aabf1c2a3d99bb39b63.tar.bz2 |
New VDR events.
CVS patchset: 7854
CVS date: 2006/01/28 00:09:45
-rw-r--r-- | include/xine.h.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index d00403f82..bb68e7313 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.147 2006/01/26 12:40:51 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.148 2006/01/28 00:09:45 dsalt Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1525,9 +1525,13 @@ void xine_config_reset (xine_t *self); #define XINE_EVENT_VDR_VOLMINUS 330 #define XINE_EVENT_VDR_MUTE 331 #define XINE_EVENT_VDR_AUDIO 332 +#define XINE_EVENT_VDR_INFO 333 /* some space for further keys */ #define XINE_EVENT_VDR_SETVIDEOWINDOW 350 #define XINE_EVENT_VDR_FRAMESIZECHANGED 351 +#define XINE_EVENT_VDR_SELECTAUDIO 352 +#define XINE_EVENT_VDR_TRICKSPEEDMODE 353 +#define XINE_EVENT_VDR_PLUGINSTARTED 354 /* events generated from post plugins */ #define XINE_EVENT_POST_TVTIME_FILMMODE_CHANGE 400 |