mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 15:29:56 +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;
|
Pixmap bm_no;
|
||||||
XColor black, dummy;
|
XColor black, dummy;
|
||||||
Colormap colormap;
|
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)
|
if (WinID == 0)
|
||||||
return; // do not hide if playing on the root window
|
return; // do not hide if playing on the root window
|
||||||
|
Loading…
Reference in New Issue
Block a user