diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2007-10-16 21:37:14 +0200 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2007-10-16 21:37:14 +0200 |
commit | 72b8465c5b7acd00a446d3c8f5634807a5245469 (patch) | |
tree | 4c9140592452b4257ce2311a672b837bd92649ee | |
parent | 14f890ace90e06b92985d23b310caf1864f920ec (diff) | |
download | xine-lib-72b8465c5b7acd00a446d3c8f5634807a5245469.tar.gz xine-lib-72b8465c5b7acd00a446d3c8f5634807a5245469.tar.bz2 |
Add additional key introduced for VDR-1.5.10's subtitles menu.
-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 948582792..63c323545 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1663,6 +1663,7 @@ void xine_config_reset (xine_t *self) XINE_PROTECTED; #define XINE_EVENT_VDR_AUDIO 332 #define XINE_EVENT_VDR_INFO 333 #define XINE_EVENT_VDR_CHANNELPREVIOUS 334 +#define XINE_EVENT_VDR_SUBTITLES 335 /* some space for further keys */ #define XINE_EVENT_VDR_SETVIDEOWINDOW 350 #define XINE_EVENT_VDR_FRAMESIZECHANGED 351 |