diff options
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 96b7927c5..5fe24da4f 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.48 2002/03/10 21:16:14 miguelfreitas Exp $ + * $Id: video_out.h,v 1.49 2002/03/14 04:31:49 miguelfreitas Exp $ * * * xine version of video_out.h @@ -344,6 +344,8 @@ struct vo_overlay_s { struct video_overlay_instance_s { void (*init) (video_overlay_instance_t *this_gen); + void (*dispose) (video_overlay_instance_t *this_gen); + int32_t (*get_handle) (video_overlay_instance_t *this_gen, int object_type ); void (*free_handle) (video_overlay_instance_t *this_gen, int32_t handle); |