summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index ea1f53971a..b6ab203a6a 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -707,7 +707,7 @@ void vo_x11_decoration(struct vo *vo, int d)
}
}
-void vo_x11_classhint(struct vo *vo, Window window, char *name)
+void vo_x11_classhint(struct vo *vo, Window window, const char *name)
{
struct vo_x11_state *x11 = vo->x11;
XClassHint wmClass;