From a86555566d56fc6c38025b52bd1558097e9d6c3c Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 11 Aug 2002 15:06:13 +0000 Subject: grrr CVS patchset: 2431 CVS date: 2002/08/11 15:06:13 --- include/xine.h.tmpl.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index a06856ea5..887ddc501 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.105 2002/08/10 21:25:20 miguelfreitas Exp $ + * $Id: xine.h.tmpl.in,v 1.106 2002/08/11 15:06:13 miguelfreitas Exp $ * */ @@ -481,9 +481,9 @@ struct vo_driver_s { /** * Overlay functions */ - void (*overlay_begin) (vo_driver_t *this, vo_frame_t *vo_img, int changed); - void (*overlay_blend) (vo_driver_t *this, vo_frame_t *vo_img, vo_overlay_t *overlay); - void (*overlay_end) (vo_driver_t *this, vo_frame_t *vo_img); + void (*overlay_begin) (vo_driver_t *self, vo_frame_t *vo_img, int changed); + void (*overlay_blend) (vo_driver_t *self, vo_frame_t *vo_img, vo_overlay_t *overlay); + void (*overlay_end) (vo_driver_t *self, vo_frame_t *vo_img); /** * These can be used by the gui directly: */ -- cgit v1.2.3