From dd784ca40819125d35a24a258c51e96515f77c75 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 21 Apr 2008 03:53:13 +0300 Subject: Mark a table const --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 59f767580e..a44fbac6b0 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -160,7 +160,7 @@ static void vo_hidecursor(Display * disp, Window win) Pixmap bm_no; XColor black, dummy; Colormap colormap; - static char bm_no_data[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; + const char bm_no_data[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; if (WinID == 0) return; // do not hide if playing on the root window -- cgit v1.2.3