diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2009-01-11 21:36:01 +0100 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2009-01-11 21:36:01 +0100 |
commit | 7714a8a7a76f51d219fa4a737b8f32889d7455ac (patch) | |
tree | 42119270b5a7a58c5390c41eb6774819d15daf13 | |
parent | 1b86d0b5362a7b3f317b85696f9fc35d8bc0e7c4 (diff) | |
download | xine-lib-7714a8a7a76f51d219fa4a737b8f32889d7455ac.tar.gz xine-lib-7714a8a7a76f51d219fa4a737b8f32889d7455ac.tar.bz2 |
Add new event for vdr-xine-0.9.0.
-rw-r--r-- | include/xine.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 8417932f5..1b4ddbd64 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1789,6 +1789,7 @@ void xine_config_reset (xine_t *self) XINE_PROTECTED; #define XINE_EVENT_VDR_SELECTAUDIO 352 #define XINE_EVENT_VDR_TRICKSPEEDMODE 353 #define XINE_EVENT_VDR_PLUGINSTARTED 354 +#define XINE_EVENT_VDR_DISCONTINUITY 355 /* events generated from post plugins */ #define XINE_EVENT_POST_TVTIME_FILMMODE_CHANGE 400 |