summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-10 19:33:05 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-10 19:33:05 +0000
commit9125c00c6d1242b911cbf68cdd25114cd9972c8f (patch)
tree313071ce6aac40d9fb35b12d65eba2bbf84927dc /src/xine-engine/video_out.h
parentcec0ffca0dfba3f6807e63636ea2c12cec982db9 (diff)
downloadxine-lib-9125c00c6d1242b911cbf68cdd25114cd9972c8f.tar.gz
xine-lib-9125c00c6d1242b911cbf68cdd25114cd9972c8f.tar.bz2
subtitle patches (esp. for XShm) from James
CVS patchset: 263 CVS date: 2001/07/10 19:33:05
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r--src/xine-engine/video_out.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index 2d825462d..f73f1a707 100644
--- a/src/xine-engine/video_out.h
+++ b/src/xine-engine/video_out.h
@@ -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: video_out.h,v 1.11 2001/07/08 18:15:54 guenter Exp $
+ * $Id: video_out.h,v 1.12 2001/07/10 19:33:05 guenter Exp $
*
*
* xine version of video_out.h
@@ -218,9 +218,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: