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:
parent
e66e17adc1
commit
dd784ca408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user