diff libvo/x11_common.h @ 33313:169a40da4c53

Add "const" to equalizer name argument to avoid compiler warnings.
author reimar
date Sat, 07 May 2011 18:48:31 +0000
parents c7ebb0b711a6
children ab4b48ef5a68
line wrap: on
line diff
--- a/libvo/x11_common.h	Sat May 07 18:44:29 2011 +0000
+++ b/libvo/x11_common.h	Sat May 07 18:48:31 2011 +0000
@@ -76,8 +76,8 @@
 void vo_x11_setlayer( Display * mDisplay,Window vo_window,int layer );
 void vo_x11_uninit(void);
 Colormap vo_x11_create_colormap(XVisualInfo *vinfo);
-uint32_t vo_x11_set_equalizer(char *name, int value);
-uint32_t vo_x11_get_equalizer(char *name, int *value);
+uint32_t vo_x11_set_equalizer(const char *name, int value);
+uint32_t vo_x11_get_equalizer(const char *name, int *value);
 void fstype_help(void);
 Window vo_x11_create_smooth_window( Display *mDisplay, Window mRoot,
 	Visual *vis, int x, int y, unsigned int width, unsigned int height,