diff options
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r-- | libvo/x11_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |