summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index f02c51c0d..3b83ef708 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.71 2001/12/27 14:30:29 f1rmb Exp $
+ * $Id: xine.h.tmpl.in,v 1.72 2002/01/05 21:54:16 miguelfreitas Exp $
*
*/
@@ -1707,6 +1707,11 @@ struct osd_renderer_s {
*/
void (*close) (osd_renderer_t *self);
+ /*
+ * clear an osd object
+ */
+ void (*clear) (osd_object_t *osd );
+
};
osd_renderer_t *xine_get_osd_renderer (xine_t *self);