summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-08-11 15:06:13 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-08-11 15:06:13 +0000
commita86555566d56fc6c38025b52bd1558097e9d6c3c (patch)
treef088c4052f29d309d3ea5432999bd7b44808ad25
parent72f1cc9dd01d201d10a46f31d59d1ac910256664 (diff)
downloadxine-lib-a86555566d56fc6c38025b52bd1558097e9d6c3c.tar.gz
xine-lib-a86555566d56fc6c38025b52bd1558097e9d6c3c.tar.bz2
grrr
CVS patchset: 2431 CVS date: 2002/08/11 15:06:13
-rw-r--r--include/xine.h.tmpl.in8
1 files 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:
*/