summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-14 04:31:49 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-03-14 04:31:49 +0000
commit73ef7c8aabb3373603b0b863cbb9f27d3d323a57 (patch)
tree881914f39bfcd758a1bfeaff0531c736dcf422ad /include
parent95ff34e86e03584ef8271a3955cc5cc9249fa1d5 (diff)
downloadxine-lib-73ef7c8aabb3373603b0b863cbb9f27d3d323a57.tar.gz
xine-lib-73ef7c8aabb3373603b0b863cbb9f27d3d323a57.tar.bz2
Ewald Snel's latest memory leak fixes
CVS patchset: 1567 CVS date: 2002/03/14 04:31:49
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 70dee248e..707c7ec3b 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.84 2002/03/05 22:31:06 jcdutton Exp $
+ * $Id: xine.h.tmpl.in,v 1.85 2002/03/14 04:31:49 miguelfreitas Exp $
*
*/
@@ -1834,7 +1834,7 @@ struct osd_renderer_s {
void (*close) (osd_renderer_t *self);
/*
- * clear an osd object
+ * clear an osd object (empty drawing area)
*/
void (*clear) (osd_object_t *osd );