summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2001-12-20 16:50:54 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2001-12-20 16:50:54 +0000
commitd2cdfc63ab10939871bcb6b3f3376ccd31e5e6e7 (patch)
treed53084034087a41a7fbbbcd746b3300e8a7f353c
parentd88e8e69979e582dd2019383528fd081ec52a695 (diff)
downloadxine-lib-d2cdfc63ab10939871bcb6b3f3376ccd31e5e6e7.tar.gz
xine-lib-d2cdfc63ab10939871bcb6b3f3376ccd31e5e6e7.tar.bz2
sync with osd methods
CVS patchset: 1279 CVS date: 2001/12/20 16:50:54
-rw-r--r--include/xine.h.tmpl.in8
1 files changed, 7 insertions, 1 deletions
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 $
*
*/
@@ -1661,6 +1661,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)
*/
void (*get_palette) (osd_object_t *osd, uint32_t *color,