mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 06:14:32 +00:00
0b0a71b97c
array of strings (string pointers)). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25743 b3059339-0415-0410-9bf9-f77b7e298cf2
27 lines
485 B
C
27 lines
485 B
C
/* XPM */
|
|
static const char * const pl_xpm[] = {
|
|
"16 16 7 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FEFEFE",
|
|
"@ c #C1C1C1",
|
|
"# c #C2C2C2",
|
|
"$ c #A0A0A0",
|
|
"% c #BBBBBB",
|
|
" .. ",
|
|
" .+@. .. ... .. ",
|
|
" .#$. ",
|
|
" .. ",
|
|
" ",
|
|
" ",
|
|
" .. ",
|
|
" .+@. ",
|
|
" .#$. ..... ... ",
|
|
" .. ",
|
|
" ",
|
|
" ",
|
|
" .. ",
|
|
" .+%. ..... ... ",
|
|
" .#$. ",
|
|
" .. "};
|