From 9c79ab35fc7950f8ee35ea0ebea8ca802a225131 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 26 Jan 2006 12:40:51 +0000 Subject: send events for tvtime filmmode changes CVS patchset: 7847 CVS date: 2006/01/26 12:40:51 --- include/xine.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3