diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2001-10-18 13:57:26 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2001-10-18 13:57:26 +0000 |
commit | ea264e422051090c939d6644757597a90b4ae3e8 (patch) | |
tree | 15744d66da56c115a4c77494d03f0cd49170477c /src | |
parent | d5ef55e3adc44f21a134b5aa14835c26d4c02c50 (diff) | |
download | xine-lib-ea264e422051090c939d6644757597a90b4ae3e8.tar.gz xine-lib-ea264e422051090c939d6644757597a90b4ae3e8.tar.bz2 |
Let plugins chane MRL (for displaying info)
CVS patchset: 826
CVS date: 2001/10/18 13:57:26
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/events.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xine-engine/events.h b/src/xine-engine/events.h index bcf4eeef7..b6a6e698b 100644 --- a/src/xine-engine/events.h +++ b/src/xine-engine/events.h @@ -96,6 +96,10 @@ typedef struct ui_event_s { #define XINE_UI_GET_SPU_LANG 0x0002 /* As above but for audio streams */ #define XINE_UI_GET_AUDIO_LANG 0x0003 +/* Change the title label to the contents of the NULL-terminated + * array of chars pointed to by data. + */ +#define XINE_UI_SET_TITLE 0x0004 /* EOF UI sub-types */ |