]> git.sesse.net Git - vlc/blobdiff - include/osd.h
Add intf-vcd.txt to distribution and installed documentation.
[vlc] / include / osd.h
index 4ae30bc7870455cdd0e8965d16698679ec41f3e5..b98916472a9d77a436332b990fe20e99bc1c4a45 100644 (file)
@@ -2,7 +2,7 @@
  * osd.h : Constants for use with osd modules
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: osd.h,v 1.4 2003/10/04 15:51:22 sigmunau Exp $
+ * $Id: osd.h,v 1.5 2003/10/30 22:34:48 hartman Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -47,3 +47,4 @@ static const text_style_t default_text_style = { 22, 0xffffff, VLC_FALSE, VLC_FA
 
 VLC_EXPORT( void, vout_ShowTextRelative, ( vout_thread_t *, char *, text_style_t *, int, int, int, mtime_t ) );
 VLC_EXPORT( void,  vout_ShowTextAbsolute, ( vout_thread_t *, char *, text_style_t *, int, int, int, mtime_t, mtime_t ) );
+VLC_EXPORT( void,  vout_OSDMessage, ( vlc_object_t *, char * ) );