diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.tmpl.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 707c7ec3b..05d188fd8 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.85 2002/03/14 04:31:49 miguelfreitas Exp $ + * $Id: xine.h.tmpl.in,v 1.86 2002/03/14 13:57:15 miguelfreitas Exp $ * */ @@ -1752,13 +1752,13 @@ struct osd_renderer_s { * send the osd to be displayed at given pts (0=now) * the object is not changed. there may be subsequent drawing on it. */ - int (*show) (osd_object_t *osd, uint32_t vpts ); + int (*show) (osd_object_t *osd, int64_t vpts ); /* * send event to hide osd at given pts (0=now) * the object is not changed. there may be subsequent drawing on it. */ - int (*hide) (osd_object_t *osd, uint32_t vpts ); + int (*hide) (osd_object_t *osd, int64_t vpts ); /* * Bresenham line implementation on osd object |