1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00
mpv/gui/mplayer/pixmaps/file.xpm
reimar 0b0a71b97c Make xpm arrays really const (I missed that they are not strings but
array of strings (string pointers)).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25743 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-13 16:52:33 +00:00

27 lines
487 B
C

/* XPM */
static const char * const file_xpm[] = {
"16 16 7 1",
" c None",
". c #9A9A9A",
"+ c #000000",
"@ c #FFFFFF",
"# c #010101",
"$ c #FEFEFE",
"% c #9B9B9B",
" ",
"................",
"++++++++++++++++",
"@++@++@++@++@++@",
"++++#+++++++++++",
"@@@+@@@$@@@@+@@@",
"@@@+@@@@@@@@+@@@",
"@@@+@@@@@@@@+@@@",
"@@@+@@@@@@@@+@@@",
"@@@+@$@@@@@@+@@@",
"@@@+@@@$@@@@+@@@",
"+++++++++++++++#",
"@++@++@++@#+@++@",
"+++++++##++++++#",
"..........%.....",
" "};