1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-11 09:25:56 +00:00
mpv/Gui/mplayer/pixmaps/MPlayer_mini.xpm
pontscho 4e0bd7f66a - add icon (nice, but very ugly hakk:)
- move all window to one group
- better multilanguage support
- some small bug fixed
- some warning fixed
- swap the two menu
- fix small network playing bug ( evPlay instead of evPlayNetwork :)
- add channel name selection for equalizer support


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6652 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-05 23:47:00 +00:00

31 lines
544 B
C

/* XPM */
static char * MPlayer_mini_xpm[] = {
"16 16 11 1",
" c None",
". c #000000",
"+ c #C6C6C6",
"@ c #FFFFFF",
"# c #E2E2E2",
"$ c #383838",
"% c #555555",
"& c #717171",
"* c #1C1C1C",
"= c #AAAAAA",
"- c #8D8D8D",
"................",
".+@..+@..+@..+@.",
".+@..+@..+@..+@.",
".+@..+@..+@..+@.",
"................",
"......#$.#$.....",
"......++%@$.....",
"......&@%@*.....",
"......&+=#&.....",
".....%&==&#&....",
".....-*&%.-*....",
"................",
".+@..+@..+@..+@.",
".+@..+@..+@..+@.",
".+@..+@..+@..+@.",
"................"};