diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-01-26 12:40:51 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2006-01-26 12:40:51 +0000 |
commit | 9c79ab35fc7950f8ee35ea0ebea8ca802a225131 (patch) | |
tree | e85cc757da3557908f9af3ee98a73caa17aa2ac8 /include | |
parent | 1d002301e8011acf943e63b151737e4a76b463ec (diff) | |
download | xine-lib-9c79ab35fc7950f8ee35ea0ebea8ca802a225131.tar.gz xine-lib-9c79ab35fc7950f8ee35ea0ebea8ca802a225131.tar.bz2 |
send events for tvtime filmmode changes
CVS patchset: 7847
CVS date: 2006/01/26 12:40:51
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 25b41a0d9..d00403f82 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.146 2005/10/30 02:18:35 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.147 2006/01/26 12:40:51 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1529,6 +1529,9 @@ void xine_config_reset (xine_t *self); #define XINE_EVENT_VDR_SETVIDEOWINDOW 350 #define XINE_EVENT_VDR_FRAMESIZECHANGED 351 +/* events generated from post plugins */ +#define XINE_EVENT_POST_TVTIME_FILMMODE_CHANGE 400 + /* * xine event struct */ |