From c653ade786deb157a117ce732574798780bafca5 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 20 Nov 2002 18:38:08 +0000 Subject: these const's are just plain stupid (guess who added them - me) I hope removing them does not break any compatibility. CVS patchset: 3320 CVS date: 2002/11/20 18:38:08 --- include/xine.h.in | 6 +++--- 1 file 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); /* -- cgit v1.2.3