From 41ac28984c441ebef9787ad38f8590961994357c Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Dec 2007 15:23:14 +0000 Subject: get/set video colors string is constant git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25252 b3059339-0415-0410-9bf9-f77b7e298cf2 --- gui/win32/dialogs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui') diff --git a/gui/win32/dialogs.c b/gui/win32/dialogs.c index 940c64edbb..85eee0b640 100644 --- a/gui/win32/dialogs.c +++ b/gui/win32/dialogs.c @@ -41,8 +41,8 @@ extern int vo_gamma_brightness; extern int vo_gamma_saturation; extern int vo_gamma_contrast; extern int vo_gamma_hue; -extern int set_video_colors(sh_video_t *sh_video, char *item, int value); -extern int get_video_colors(sh_video_t *sh_video, char *item, int *value); +extern int set_video_colors(sh_video_t *sh_video, const char *item, int value); +extern int get_video_colors(sh_video_t *sh_video, const char *item, int *value); guiInterface_t guiIntfStruct; int addurl = 0; -- cgit v1.2.3