mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 09:25:56 +00:00
0a70ad314c
patch by Piero di Vita <scognito at acaro dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13853 b3059339-0415-0410-9bf9-f77b7e298cf2
22 lines
399 B
C
22 lines
399 B
C
/* XPM */
|
|
static char * url_xpm[] = {
|
|
"16 16 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" .. .. .. ",
|
|
" .. .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. .. ",
|
|
" .. .. .. ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|