1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

Mark a table const

This commit is contained in:
Uoti Urpala 2008-04-21 03:53:13 +03:00
parent e66e17adc1
commit dd784ca408

View File

@ -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