From d2cdfc63ab10939871bcb6b3f3376ccd31e5e6e7 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 20 Dec 2001 16:50:54 +0000 Subject: sync with osd methods CVS patchset: 1279 CVS date: 2001/12/20 16:50:54 --- include/xine.h.tmpl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index 488e4e1e8..c4b52aa64 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.69 2001/12/19 22:49:45 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.70 2001/12/20 16:50:54 miguelfreitas Exp $ * */ @@ -1660,6 +1660,12 @@ struct osd_renderer_s { */ void (*set_palette) (osd_object_t *osd, uint32_t *color, uint8_t *trans ); + /* + * set on existing text palette + * (-1 to set used specified palette) + */ + void (*set_text_palette) (osd_object_t *osd, int palette_number ); + /* * get palette (color and transparency) */ -- cgit v1.2.3