summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xine.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index aad7a886d..1c97e7833 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.38 2002/11/20 11:57:38 mroi Exp $
+ * $Id: xine.h.in,v 1.39 2002/11/20 18:38:08 mroi Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1068,8 +1068,8 @@ void xine_osd_set_text_palette (xine_osd_t *self,
int palette_number,
int color_base );
/* get palette (color and transparency) */
-void xine_osd_get_palette (xine_osd_t *self, const uint32_t *color,
- const uint8_t *trans);
+void xine_osd_get_palette (xine_osd_t *self, uint32_t *color,
+ uint8_t *trans);
/*