From 9125c00c6d1242b911cbf68cdd25114cd9972c8f Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 10 Jul 2001 19:33:05 +0000 Subject: subtitle patches (esp. for XShm) from James CVS patchset: 263 CVS date: 2001/07/10 19:33:05 --- include/xine.h.tmpl.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 41030a86f..327eeb2c5 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.26 2001/07/08 18:15:54 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.27 2001/07/10 19:33:05 guenter Exp $ * */ @@ -153,8 +153,7 @@ struct vo_driver_s { void (*display_frame) (vo_driver_t *this, vo_frame_t *vo_img); /* overlay functions */ - void (*overlay_blend) (vo_frame_t *vo_img, vo_overlay_t *overlay); - void (*set_overlay) (vo_driver_t *this, vo_overlay_t *overlay); + void (*overlay_blend) (vo_driver_t *this, vo_frame_t *vo_img, vo_overlay_t *overlay); /* * these can be used by the gui directly: -- cgit v1.2.3