From a5ee26b559959f3049677fd47f4c3619f0c57fd6 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 27 Dec 2009 14:19:48 +0000 Subject: vo_x11_classhint name argument should be const, since we pass string constants there. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30125 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/x11_common.c') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index d1911401ce..5af4f19ac3 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -733,7 +733,7 @@ void vo_x11_decoration(Display * vo_Display, Window w, int d) } } -void vo_x11_classhint(Display * display, Window window, char *name) +void vo_x11_classhint(Display * display, Window window, const char *name) { XClassHint wmClass; pid_t pid = getpid(); -- cgit v1.2.3