summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 7c33d26c7..565bc84fe 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -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: xine.c,v 1.84 2001/12/01 15:11:57 miguelfreitas Exp $
+ * $Id: xine.c,v 1.85 2001/12/08 00:45:27 guenter Exp $
*
* top-level xine functions
*
@@ -714,3 +714,8 @@ int xine_is_stream_seekable (xine_t *this) {
return this->cur_input_plugin->get_capabilities (this->cur_input_plugin) & INPUT_CAP_SEEKABLE;
return 0;
}
+
+osd_renderer_t *xine_get_osd_renderer (xine_t *this) {
+
+ return this->osd_renderer;
+}